tesla: fix actuatorsOutput logging (#23637)

pull/23300/merge
Willem Melching 2022-01-27 11:46:35 +01:00 committed by GitHub
parent 2240b802be
commit 6a9a573296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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