Skip to content

Commit

Permalink
Ford: tuning (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jan 9, 2022
1 parent 8328db1 commit f8c863c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/ford/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=None):

# Angle-based steering
ret.steerControlType = car.CarParams.SteerControlType.angle
ret.steerActuatorDelay = 0.1 # Default delay, not measured yet
ret.steerActuatorDelay = 0.8
ret.steerRateCost = 1.0
ret.steerLimitTimer = 0.8

Expand Down

0 comments on commit f8c863c

Please sign in to comment.