Skip to content

Commit

Permalink
Ford: tuning (reduce steerActuatorDelay)
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jan 15, 2022
1 parent af009d9 commit f4fd9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/ford/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=None):
# Angle-based steering
ret.steerControlType = car.CarParams.SteerControlType.angle

ret.steerActuatorDelay = 0.8
ret.steerRateCost = 1.0
ret.steerActuatorDelay = 0.5
ret.steerRateCost = 0.5
ret.steerLimitTimer = 0.8
ret.steerRatio = 14.3

Expand Down

0 comments on commit f4fd9de

Please sign in to comment.