File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
scenario_planning/lane_driving/behavior_planning/path_generator Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
launch :
2
+ - arg :
3
+ name : behavior_path_planner_type
4
+ default : behavior_path_planner
5
+ # option: behavior_path_planner
6
+ # path_generator
7
+
2
8
# behavior path modules
3
9
- arg :
4
10
name : launch_static_obstacle_avoidance
Original file line number Diff line number Diff line change
1
+ /** :
2
+ ros__parameters :
3
+ planning_hz : 10.0
4
+ path_length :
5
+ backward : 5.0
6
+ forward : 300.0
7
+ waypoint_group :
8
+ separation_threshold : 1.0
9
+ interval_margin_ratio : 10.0
10
+ turn_signal :
11
+ search_time : 3.0
12
+ search_distance : 30.0
13
+ resampling_interval : 1.0
14
+ angle_threshold_deg : 15.0
Original file line number Diff line number Diff line change 41
41
<arg name =" behavior_path_planner_start_planner_module_param_path" value =" $(var behavior_path_config_path)/start_planner/start_planner.param.yaml" />
42
42
<arg name =" behavior_path_planner_drivable_area_expansion_param_path" value =" $(var behavior_path_config_path)/drivable_area_expansion.param.yaml" />
43
43
44
+ <!-- path generator -->
45
+ <arg name =" path_generator_param_path" value =" $(find-pkg-share autoware_launch)/config/planning/scenario_planning/lane_driving/behavior_planning/path_generator/path_generator.param.yaml" />
46
+
44
47
<!-- behavior velocity planner -->
45
48
<arg name =" behavior_velocity_config_path" value =" $(find-pkg-share autoware_launch)/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner" />
46
49
<arg name =" behavior_velocity_smoother_type_param_path" value =" $(find-pkg-share autoware_launch)/config/planning/scenario_planning/common/autoware_velocity_smoother/Analytical.param.yaml" />
You can’t perform that action at this time.
0 commit comments