Skip to content

Commit

Permalink
feat(start_planner): set end_pose_curvature_threshold 0.1 (#1088)
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Jul 23, 2024
1 parent f3e4c8b commit 679fa87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
minimum_lateral_acc: 0.15
maximum_lateral_acc: 0.5
maximum_curvature: 0.07
end_pose_curvature_threshold: 0.01
end_pose_curvature_threshold: 0.1
# geometric pull out
enable_geometric_pull_out: true
geometric_collision_check_distance_from_end: 0.0
Expand Down

0 comments on commit 679fa87

Please sign in to comment.