CANParser: invalid until valid (#24945)
* CANParser: invalid until valid * bump opendbc * bump opendbc * fix counter in sim old-commit-hash: 569a39ff768ff1704bbf478719253b365070c98f
This commit is contained in:
2
opendbc
2
opendbc
Submodule opendbc updated: e7cd3ebc89...82be71072c
@@ -63,7 +63,7 @@ def can_function(pm, speed, angle, idx, cruise_button, is_engaged):
|
||||
msg.append(packer.make_can_msg("SCM_FEEDBACK", 0, {"MAIN_ON": 1}, idx))
|
||||
msg.append(packer.make_can_msg("POWERTRAIN_DATA", 0, {"ACC_STATUS": int(is_engaged)}, idx))
|
||||
msg.append(packer.make_can_msg("HUD_SETTING", 0, {}))
|
||||
msg.append(packer.make_can_msg("CAR_SPEED", 0, {}))
|
||||
msg.append(packer.make_can_msg("CAR_SPEED", 0, {}, idx))
|
||||
|
||||
# *** cam bus ***
|
||||
msg.append(packer.make_can_msg("STEERING_CONTROL", 2, {}, idx))
|
||||
|
||||
Reference in New Issue
Block a user