Skip to content

Commit

Permalink
add brake lights for honda bosch
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Francis committed Jun 24, 2022
1 parent c05866c commit dd34a8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selfdrive/car/honda/carstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def get_can_signals(CP, gearbox_msg, main_on_sig_msg):
("CRUISE_SPEED", "ACC_HUD"),
("ACCEL_COMMAND", "ACC_CONTROL"),
("AEB_STATUS", "ACC_CONTROL"),
#brakelights for HONDA BOSCH
("BRAKE_LIGHTS", "ACC_CONTROL"),
]
checks += [
("ACC_HUD", 10),
Expand Down

0 comments on commit dd34a8b

Please sign in to comment.