Skip to content

Commit e728c77

Browse files
authored
refactor(goal_planner): remove use_object_recognition because it is default (#1318)
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
1 parent 0a0a4ab commit e728c77

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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
@@ -39,7 +39,6 @@
3939

4040
# object recognition
4141
object_recognition:
42-
use_object_recognition: true
4342
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.
4443
collision_check_hard_margins: [0.6] # this should be larger than `surround_check_distance` of surround_obstacle_checker
4544
object_recognition_collision_check_max_extra_stopping_margin: 1.0

0 commit comments

Comments
 (0)