Skip to content

Commit 3c6a8ef

Browse files
Merge pull request autowarefoundation#816 from tier4/sync-awf-upstream
chore: sync awf/autoware_launch
2 parents 344ea8d + bb2cee2 commit 3c6a8ef

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**:
2+
ros__parameters:
3+
map_frame: map
4+
arrival_check_angle_deg: 45.0
5+
arrival_check_distance: 1.0
6+
arrival_check_duration: 1.0
7+
goal_angle_threshold_deg: 45.0
8+
enable_correct_goal_pose: false

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_stop_planner/obstacle_stop_planner.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
pedestrian_lateral_margin: 0.0 # margin of pedestrian footprint [m]
2727
unknown_lateral_margin: 0.0 # margin of unknown footprint [m]
2828
step_length: 1.0 # step length for pointcloud search range [m]
29-
extend_distance: 0.0 # extend trajectory to consider after goal obstacle in the extend_distance [m]
29+
enable_stop_behind_goal_for_obstacle: True # enable extend trajectory after goal lane for obstacle detection
3030

3131

3232
slow_down_planner:

autoware_launch/launch/autoware.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<!-- Sensing -->
7878
<group if="$(var launch_sensing)">
79-
<include file="$(find-pkg-share tier4_sensing_launch)/launch/sensing.launch.xml"/>
79+
<include file="$(find-pkg-share autoware_launch)/launch/components/tier4_sensing_component.launch.xml"/>
8080
</group>
8181

8282
<!-- Localization -->

autoware_launch/launch/components/tier4_planning_component.launch.xml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
value="$(find-pkg-share autoware_launch)/config/planning/scenario_planning/lane_driving/behavior_planning/rtc_auto_mode_manager/rtc_auto_mode_manager.param.yaml"
2525
/>
2626

27+
<!-- mission planner -->
28+
<arg name="mission_planner_param_path" value="$(find-pkg-share autoware_launch)/config/planning/mission_planning/mission_planner/mission_planner.param.yaml"/>
29+
2730
<!-- behavior path planner -->
2831
<arg
2932
name="side_shift_param_path"

0 commit comments

Comments
 (0)