Skip to content

Commit

Permalink
feat(start_planner): add curvature limit for path generation (autowar…
Browse files Browse the repository at this point in the history
…efoundation#446)

* add param for curvature shift start

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* update

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* change param

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* maximum_curvature: 0.07

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

---------

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
TakaHoribe and kosuke55 authored Jul 13, 2023
1 parent eb10100 commit 78d6396
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
lateral_acceleration_sampling_num: 3
minimum_lateral_acc: 0.15
maximum_lateral_acc: 0.5
maximum_curvature: 0.07
# geometric pull out
enable_geometric_pull_out: true
divide_pull_out_path: false
Expand Down

0 comments on commit 78d6396

Please sign in to comment.