mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +08:00
sim: fix code formatting (#33381)
sim: fix code old-commit-hash: f37ee559fa802a1178aa71057cbb2d9609b4ad45
This commit is contained in:
@@ -23,8 +23,7 @@ class SimulatedCar:
|
||||
@staticmethod
|
||||
def get_car_can_parser():
|
||||
dbc_f = 'honda_civic_ex_2022_can_generated'
|
||||
checks = [
|
||||
]
|
||||
checks = []
|
||||
return CANParser(dbc_f, checks, 0)
|
||||
|
||||
def send_can_messages(self, simulator_state: SimulatorState):
|
||||
|
||||
Reference in New Issue
Block a user