mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
tesla: fix actuatorsOutput logging (#23637)
old-commit-hash: 6a9a573296
This commit is contained in:
@@ -65,4 +65,4 @@ class CarController():
|
||||
new_actuators = actuators.copy()
|
||||
new_actuators.steeringAngleDeg = apply_angle
|
||||
|
||||
return actuators, can_sends
|
||||
return new_actuators, can_sends
|
||||
|
||||
Reference in New Issue
Block a user