Skip to content

Commit

Permalink
Increase allowed accerlation in corners
Browse files Browse the repository at this point in the history
  • Loading branch information
arne182 authored Jan 12, 2019
1 parent c2fdf3b commit 2e0b563
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 @@ -44,7 +44,7 @@
_A_CRUISE_MAX_BP = [0., 5., 10., 20., 40.]

# Lookup table for turns
_A_TOTAL_MAX_V = [2.0, 2.5, 3.0]
_A_TOTAL_MAX_V = [2.0, 2.7, 3.5]
_A_TOTAL_MAX_BP = [0., 25., 40.]

_FCW_A_ACT_V = [-3., -2.]
Expand Down

0 comments on commit 2e0b563

Please sign in to comment.