Skip to content

Commit

Permalink
feat(start_planner): change lateral acceleration sampling num (#404)
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored and saka1-s committed Jun 25, 2024
1 parent af99c8a commit 6f2695d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
minimum_shift_pull_out_distance: 0.0
deceleration_interval: 15.0
lateral_jerk: 0.5
lateral_acceleration_sampling_num: 1
lateral_acceleration_sampling_num: 3
minimum_lateral_acc: 0.15
maximum_lateral_acc: 0.5
# geometric pull out
Expand Down

0 comments on commit 6f2695d

Please sign in to comment.