Skip to content

Commit

Permalink
add parameters for handling waypoints
Browse files Browse the repository at this point in the history
Signed-off-by: mitukou1109 <[email protected]>
  • Loading branch information
mitukou1109 committed Nov 22, 2024
1 parent afdb8aa commit ba2a5d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
planning_hz: 10.0
backward_path_length: 5.0
forward_path_length: 300.0
waypoint_group_separation_threshold: 1.0
lateral_distance_factor: 10.0

enable_akima_spline_first: false
input_path_interval: 2.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ path_generator:
backward_path_length:
type: double

waypoint_group_separation_threshold:
type: double

waypoint_group_interval_margin_ratio:
type: double

input_path_interval:
type: double

Expand Down

0 comments on commit ba2a5d8

Please sign in to comment.