Skip to content

Commit

Permalink
Use @wei accel profile
Browse files Browse the repository at this point in the history
  • Loading branch information
arne182 authored Mar 29, 2020
1 parent 7ec594d commit c997772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/controls/lib/planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
# need fast accel at very low speed for stop and go
# make sure these accelerations are smaller than mpc limits
_A_CRUISE_MAX_V = [2.0, 2.0, 1.5, .5, .3]
_A_CRUISE_MAX_V_ECO = [1.0, 1.5, 1.0, 0.3, 0.1]
_A_CRUISE_MAX_V_ECO = [0.6, 0.7, 0.8, 0.4, 0.2]
_A_CRUISE_MAX_V_SPORT = [3.0, 3.5, 4.0, 4.0, 4.0]
_A_CRUISE_MAX_V_FOLLOWING = [1.3, 1.6, 1.2, .7, .3]
_A_CRUISE_MAX_V_FOLLOWING = [1.4, 1.3, 1.3, .7, .3]
_A_CRUISE_MAX_BP = [0., 5., 10., 20., 55.]

# Lookup table for turns
Expand Down

0 comments on commit c997772

Please sign in to comment.