mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-24 03:22:04 +08:00
sync: fix controlsd startup crash
This commit is contained in:
@@ -147,7 +147,6 @@ class Controls(ControlsExt):
|
||||
lat_delay = self.sm["liveDelay"].lateralDelay + LAT_SMOOTH_SECONDS
|
||||
|
||||
actuators.curvature = self.desired_curvature
|
||||
assert self.calibrated_pose is not None
|
||||
steer, lateral_output, lac_log = self.LaC.update(CC.latActive, CS, self.VM, lp,
|
||||
self.steer_limited_by_safety, self.desired_curvature,
|
||||
self.calibrated_pose, curvature_limited, lat_delay)
|
||||
|
||||
Reference in New Issue
Block a user