Skip to content

Commit

Permalink
feat(start_planner): start with acceleration (autowarefoundation#402)
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Jun 19, 2023
1 parent 36eaa57 commit 01e327e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
collision_check_distance_from_end: 1.0
# shift pull out
enable_shift_pull_out: true
shift_pull_out_velocity: 2.0
pull_out_sampling_num: 4
minimum_shift_pull_out_distance: 0.0
maximum_lateral_jerk: 2.0
minimum_lateral_jerk: 0.1
deceleration_interval: 15.0
lateral_jerk: 0.5
lateral_acceleration_sampling_num: 1
minimum_lateral_acc: 0.15
maximum_lateral_acc: 0.5
# geometric pull out
enable_geometric_pull_out: true
divide_pull_out_path: false
Expand Down

0 comments on commit 01e327e

Please sign in to comment.