fix carcontroller.py

This commit is contained in:
jakethesake420
2024-09-25 08:48:20 -05:00
committed by MoreTore
parent 355dc142ed
commit 3bb58db8ce
+1 -1
View File
@@ -108,7 +108,7 @@ class CarController(CarControllerBase):
can_sends.extend(mazdacan.create_steering_control(self.packer, self.CP,
self.frame, apply_steer, CS.cam_lkas))
new_actuators = CC.actuators
new_actuators = CC.actuators.as_builder()
new_actuators.steer = apply_steer / self.ccp.STEER_MAX
new_actuators.steerOutputCan = apply_steer