Skip to content

Commit

Permalink
fix(planning_launch): lane change lateral acceleration tuning (autowa…
Browse files Browse the repository at this point in the history
…refoundation#700)

Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 authored Nov 18, 2023
1 parent 6f78854 commit d478416
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
# lateral acceleration map
lateral_acceleration:
velocity: [0.0, 4.0, 10.0]
min_values: [0.15, 0.15, 0.15]
max_values: [0.5, 0.5, 0.5]
min_values: [0.4, 0.4, 0.4]
max_values: [0.65, 0.65, 0.65]

# target object
target_object:
Expand Down

0 comments on commit d478416

Please sign in to comment.