Skip to content

Commit de83785

Browse files
Add readme
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
1 parent d3b6c61 commit de83785

File tree

1 file changed

+7
-0
lines changed
  • planning/behavior_path_start_planner_module

1 file changed

+7
-0
lines changed

planning/behavior_path_start_planner_module/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,13 @@ PullOutPath --o PullOutPlannerBase
332332
| shift_collision_check_distance_from_end | [m] | double | collision check distance from end shift end pose | -10.0 |
333333
| geometric_collision_check_distance_from_end | [m] | double | collision check distance from end geometric end pose | 0.0 |
334334
| collision_check_margin_from_front_object | [m] | double | collision check margin from front object | 5.0 |
335+
| object_types_to_check_for_path_generation.check_car | - | bool | flag to check car for path generation | true |
336+
| object_types_to_check_for_path_generation.check_truck | - | bool | flag to check truck for path generation | true |
337+
| object_types_to_check_for_path_generation.check_bus | - | bool | flag to check bus for path generation | true |
338+
| object_types_to_check_for_path_generation.check_bicycle | - | bool | flag to check bicycle for path generation | true |
339+
| object_types_to_check_for_path_generation.check_motorcycle | - | bool | flag to check motorcycle for path generation | true |
340+
| object_types_to_check_for_path_generation.check_pedestrian | - | bool | flag to check pedestrian for path generation | true |
341+
| object_types_to_check_for_path_generation.check_unknown | - | bool | flag to check unknown for path generation | true |
335342
| center_line_path_interval | [m] | double | reference center line path point interval | 1.0 |
336343

337344
### **Ego vehicle's velocity planning**

0 commit comments

Comments
 (0)