mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
tesla: fix actuatorsOutput logging (#23637)
old-commit-hash: 6a9a573296696065c00ac3f9c6af916cd31eadb1
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