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

Commit

Permalink
increase alca for Honda by 10%
Browse files Browse the repository at this point in the history
  • Loading branch information
arne182 committed May 27, 2019
1 parent 6c361a5 commit 3e7a1c3
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 3e7a1c3

Please sign in to comment.