Skip to content

Commit

Permalink
feat(planning_launch): add hold stop margin distance (#424)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored Aug 3, 2022
1 parent b8fec6e commit d128f28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
dead_line_margin: 5.0
use_pass_judge_line: false
state_clear_time: 2.0
hold_stop_margin_distance: 0.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
ros__parameters:
stop_line:
stop_margin: 0.0
stop_check_dist: 2.0
stop_duration_sec: 1.0
hold_stop_margin_distance: 2.0
use_initialization_stop_line_state: true
debug:
show_stopline_collision_check: false # [-] whether to show stopline collision
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
max_delay_sec: 3.0
near_line_distance: 1.0
dead_line_margin: 1.0
hold_stop_margin_distance: 0.0
max_yaw_deviation_deg: 90.0
check_timeout_after_stop_line: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
step_length: 1.0 # step length for pointcloud search range [m]
extend_distance: 0.0 # extend trajectory to consider after goal obstacle in the extend_distance
expand_stop_range: 0.0 # margin of vehicle footprint [m]
hold_stop_margin_distance: 0.0 # the ego keeps stopping if the ego is in this margin [m]

slow_down_planner:
# slow down planner parameters
Expand Down

0 comments on commit d128f28

Please sign in to comment.