mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +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