Skip to content

Commit

Permalink
feat(planning_launch): add maximum and minimum longitudinal accelerat…
Browse files Browse the repository at this point in the history
…ion for the lane change (autowarefoundation#363)
  • Loading branch information
purewater0901 authored May 23, 2023
1 parent ea14ab0 commit 4b8a135
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
longitudinal_acceleration_sampling_num: 5
lateral_acceleration_sampling_num: 3

# longitudinal acceleration
min_longitudinal_acc: -1.0
max_longitudinal_acc: 1.0

# lateral acceleration map
lateral_acceleration:
velocity: [0.0, 4.0, 10.0]
Expand Down

0 comments on commit 4b8a135

Please sign in to comment.