Skip to content

Commit

Permalink
feat(start_planner): add curvature limit for path generation (#446)
Browse files Browse the repository at this point in the history
* add param for curvature shift start

Signed-off-by: Takamasa Horibe <[email protected]>

* update

Signed-off-by: Takamasa Horibe <[email protected]>

* change param

Signed-off-by: Takamasa Horibe <[email protected]>

* maximum_curvature: 0.07

Signed-off-by: kosuke55 <[email protected]>

---------

Signed-off-by: Takamasa Horibe <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
Co-authored-by: kosuke55 <[email protected]>
  • 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.