Skip to content

Commit 6f20386

Browse files
committed
feat(goal_planner): change pull over path candidate priority with soft and hard margins
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent 1a6dbe2 commit 6f20386

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
# object recognition
3636
object_recognition:
3737
use_object_recognition: true
38-
object_recognition_collision_check_margin: 0.6 # this should be larger than `surround_check_distance` of surround_obstacle_checker
38+
collision_check_soft_margins: [2.0, 1.5, 1.0]
39+
collision_check_hard_margins: [0.6] # this should be larger than `surround_check_distance` of surround_obstacle_checker
3940
object_recognition_collision_check_max_extra_stopping_margin: 1.0
4041
th_moving_object_velocity: 1.0
4142
detection_bound_offset: 15.0

0 commit comments

Comments
 (0)