Skip to content

Commit badab9d

Browse files
authored
Llk
1 parent ebf981c commit badab9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/controls/controlsd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def state_control(self, CS):
571571
lat_plan.curvatureRates)
572572
actuators.steer, actuators.steeringAngleDeg, lac_log = self.LaC.update(CC.latActive, CS, self.VM, params,
573573
self.last_actuators, desired_curvature,
574-
desired_curvature_rate, self.sm['liveLocationKalman'])
574+
desired_curvature_rate, self.sm['liveLocationKalman be'], llk)
575575
else:
576576
lac_log = log.ControlsState.LateralDebugState.new_message()
577577
if self.sm.rcv_frame['testJoystick'] > 0:

0 commit comments

Comments
 (0)