You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -375,6 +375,7 @@ Then there is the concept of soft and hard margins. Although not currently param
375
375
| object_recognition_collision_check_soft_margins |[m]| vector[double]| soft margins for collision check when path generation. It is not strictly the distance between footprints, but the maximum distance when ego and objects are oriented. |[5.0, 4.5, 4.0, 3.5, 3.0, 2.5, 2.0, 1.5, 1.0]|
376
376
| object_recognition_collision_check_hard_margins |[m]| vector[double]| hard margins for collision check when path generation |[0.6]|
377
377
| object_recognition_collision_check_max_extra_stopping_margin |[m]| double | maximum value when adding longitudinal distance margin for collision check considering stopping distance | 1.0 |
378
+
| collision_check_outer_margin_factor |[-]| double | factor to extend the collision check margin from the inside margin to the outside in the curved path | 2.0 |
378
379
| detection_bound_offset |[m]| double | expand pull over lane with this offset to make detection area for collision check of path generation | 15.0 |
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/images/goal_planner-collision_check_margin.drawio.svg
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/goal_planner_parameters.hpp
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/util.hpp
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_planner_common/include/autoware/behavior_path_planner_common/utils/path_safety_checker/safety_check.hpp
0 commit comments