tesla: fix actuatorsOutput logging (#23637)

old-commit-hash: 6a9a573296
commatwo_master
Willem Melching 4 years ago committed by GitHub
parent ed3eef90b1
commit 39a5e19e30
  1. 2
      selfdrive/car/tesla/carcontroller.py

@ -65,4 +65,4 @@ class CarController():
new_actuators = actuators.copy()
new_actuators.steeringAngleDeg = apply_angle
return actuators, can_sends
return new_actuators, can_sends

Loading…
Cancel
Save