Skip to content

Commit 1ab8f72

Browse files
committed
update sim
1 parent 856f04c commit 1ab8f72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/sim/lib/simulated_car.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ def __init__(self):
2424
@staticmethod
2525
def get_car_can_parser():
2626
dbc_f = 'honda_civic_ex_2022_can_generated'
27-
checks = []
28-
return CANParser(dbc_f, checks, 0)
27+
return CANParser(dbc_f, 0)
2928

3029
def send_can_messages(self, simulator_state: SimulatorState):
3130
if not simulator_state.valid:

0 commit comments

Comments
 (0)