pull/35268/head
Shane Smiskol 4 months ago committed by GitHub
parent 065e0e6369
commit 8427bf76cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/controls/lib/latcontrol_angle.py

@ -24,7 +24,7 @@ class LatControlAngle(LatControl):
angle_steers_des += params.angleOffsetDeg
if self.use_steer_limited_by_controls:
# these cars' carcontrolers calculate max lateral accel and jerk, so we can rely on carOutput for saturation
# these cars' carcontrollers calculate max lateral accel and jerk, so we can rely on carOutput for saturation
angle_control_saturated = steer_limited_by_controls
else:
# for cars which use a method of limiting torque such as a torque signal (Nissan and Toyota)

Loading…
Cancel
Save