Skip to content

Commit

Permalink
add parameters for turn signal activation
Browse files Browse the repository at this point in the history
Signed-off-by: mitukou1109 <[email protected]>
  • Loading branch information
mitukou1109 authored and kosuke55 committed Feb 26, 2025
1 parent 86c9888 commit f8c4088
Showing 1 changed file with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
/**:
ros__parameters:
planning_hz: 10.0
backward_path_length: 5.0
forward_path_length: 300.0
waypoint_group_separation_threshold: 1.0
waypoint_group_interval_margin_ratio: 10.0
turn_signal_search_time: 3.0
turn_signal_search_distance: 30.0
path_length:
backward: 5.0
forward: 300.0
waypoint_group:
separation_threshold: 1.0
interval_margin_ratio: 10.0
turn_signal:
search_time: 3.0
search_distance: 30.0
resampling_interval: 1.0
angle_threshold_deg: 15.0

0 comments on commit f8c4088

Please sign in to comment.