tesla: fix actuatorsOutput logging (#23637)

pull/23641/head
Willem Melching 3 years ago committed by GitHub
parent 2240b802be
commit 6a9a573296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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