Skip to content

Commit

Permalink
Update latcontrol_torque.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Comma Device <device@comma.ai>
Co-Authored-By: Willem Melching <willem.melching@gmail.com>
  • Loading branch information
3 people committed Jun 23, 2022
1 parent c0d48c6 commit ee94dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/latcontrol_torque.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def reset(self):
super().reset()
self.pid.reset()

def update(self, active, CS, CP, VM, params, last_actuators, desired_curvature, desired_curvature_rate, llk):
def update(self, active, CS, VM, params, last_actuators, desired_curvature, desired_curvature_rate, llk):
pid_log = log.ControlsState.LateralTorqueState.new_message()

if CS.vEgo < MIN_STEER_SPEED or not active:
Expand Down

0 comments on commit ee94dc6

Please sign in to comment.