Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request commaai#137 from arne182/0512
Browse files Browse the repository at this point in the history
increase alca for Honda by 10%
  • Loading branch information
sshane committed May 27, 2019
2 parents 4c18ae3 + 3e7a1c3 commit fbd0893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/honda/carstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def __init__(self, CP):
# ALCA PARAMS
# max REAL delta angle for correction vs actuator
self.CL_MAX_ANGLE_DELTA_BP = [10., 32., 55.]
self.CL_MAX_ANGLE_DELTA = [2.0 * 15.4 / steerRatio, 1. * 15.4 / steerRatio, 0.5 * 15.4 / steerRatio]
self.CL_MAX_ANGLE_DELTA = [2.2 * 15.4 / steerRatio, 1.1 * 15.4 / steerRatio, 0.5 * 15.4 / steerRatio]
# adjustment factor for merging steer angle to actuator; should be over 4; the higher the smoother
self.CL_ADJUST_FACTOR_BP = [10., 44.]
self.CL_ADJUST_FACTOR = [16. , 8.]
Expand Down

0 comments on commit fbd0893

Please sign in to comment.