diff --git a/selfdrive/car/tesla/carcontroller.py b/selfdrive/car/tesla/carcontroller.py index 0b58632f0a..94c4e815b1 100644 --- a/selfdrive/car/tesla/carcontroller.py +++ b/selfdrive/car/tesla/carcontroller.py @@ -65,4 +65,4 @@ class CarController(): new_actuators = actuators.copy() new_actuators.steeringAngleDeg = apply_angle - return actuators, can_sends + return new_actuators, can_sends