Skip to content

Commit

Permalink
reduce accel
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Dec 26, 2019
1 parent a2adcc1 commit d2bce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# need fast accel at very low speed for stop and go
# make sure these accelerations are smaller than mpc limits
if not travis:
_A_CRUISE_MAX_V = [2.0, 1.9, 0.8, .4]
_A_CRUISE_MAX_V = [1.8, 1.8, 0.7, .4]
else:
_A_CRUISE_MAX_V = [1.6, 1.6, 0.65, .4]
_A_CRUISE_MAX_BP = [0., 6.4, 22.5, 40.]
Expand Down

0 comments on commit d2bce33

Please sign in to comment.