Skip to content

Commit 7f34dbe

Browse files
add object_types_to_check_for_path_generation
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
1 parent c15d55b commit 7f34dbe

File tree

1 file changed

+9
-0
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/start_planner

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
collision_check_distance_from_end: -10.0
1010
collision_check_margin_from_front_object: 5.0
1111
th_moving_object_velocity: 1.0
12+
object_types_to_check_for_path_generation:
13+
check_car: true
14+
check_truck: true
15+
check_bus: true
16+
check_trailer: true
17+
check_bicycle: true
18+
check_motorcycle: true
19+
check_pedestrian: true
20+
check_unknown: true
1221
th_distance_to_middle_of_the_road: 0.5
1322
center_line_path_interval: 1.0
1423
# shift pull out

0 commit comments

Comments
 (0)