Skip to content

Commit 9d361b8

Browse files
authored
feat(goal_planner): expand outer collision check margin (#1365)
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent 6807fdb commit 9d361b8

File tree

1 file changed

+1
-0
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/goal_planner

1 file changed

+1
-0
lines changed

Diff for: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/goal_planner/goal_planner.param.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
collision_check_soft_margins: [5.0, 4.5, 4.0, 3.5, 3.0, 2.5, 2.0, 1.5, 1.0] # the maximum margin when ego and objects are oriented.
4343
collision_check_hard_margins: [0.6] # this should be larger than `surround_check_distance` of surround_obstacle_checker
4444
object_recognition_collision_check_max_extra_stopping_margin: 1.0
45+
collision_check_outer_margin_factor: 2.0
4546
th_moving_object_velocity: 1.0
4647
detection_bound_offset: 15.0
4748
outer_road_detection_offset: 1.0

0 commit comments

Comments
 (0)