diff --git a/opendbc b/opendbc index 7fc4b0c0..b1d3a963 160000 --- a/opendbc +++ b/opendbc @@ -1 +1 @@ -Subproject commit 7fc4b0c087c77ef7080b0af17c168f8bb95896ab +Subproject commit b1d3a96355d830c21d7106ea8465ea2957badbbd diff --git a/selfdrive/car/ocelot/ocelotcan.py b/selfdrive/car/ocelot/ocelotcan.py index 4f4946a3..deed8547 100644 --- a/selfdrive/car/ocelot/ocelotcan.py +++ b/selfdrive/car/ocelot/ocelotcan.py @@ -6,7 +6,7 @@ def create_steer_command(packer, steer, mode, raw_cnt): "REQUESTED_STEER_TORQUE": steer, "COUNTER": raw_cnt, } - return packer.make_can_msg("ACTUATOR_STEERING_COMMAND", 0, values) + return packer.make_can_msg("OCELOT_STEERING_COMMAND", 0, values) def create_gas_command(packer, gas_amount, idx): # Common gas pedal msg generator