tesla: fix actuatorsOutput logging (#23637)

old-commit-hash: 6a9a573296696065c00ac3f9c6af916cd31eadb1
This commit is contained in:
Willem Melching
2022-01-27 11:46:35 +01:00
committed by GitHub
parent ed3eef90b1
commit 39a5e19e30
+1 -1
View File
@@ -65,4 +65,4 @@ class CarController():
new_actuators = actuators.copy()
new_actuators.steeringAngleDeg = apply_angle
return actuators, can_sends
return new_actuators, can_sends