Skip to content

Commit 6e4bdb6

Browse files
zusizusiOwen-LiuyuxuanHinsRyu
authored
Signed-off-by: Yuxuan Liu <uken.ryu.2@tier4.jp> Co-authored-by: Yuxuan Liu <619684051@qq.com> Co-authored-by: Yuxuan Liu <uken.ryu.2@tier4.jp>
1 parent 4e63313 commit 6e4bdb6

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

autoware_launch/config/planning/preset/xx1_preset.yaml

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
launch:
22
# behavior path modules
33
- arg:
4-
name: launch_avoidance_module
4+
name: launch_static_obstacle_avoidance
55
default: "true"
66
- arg:
77
name: launch_avoidance_by_lane_change_module
88
default: "false"
99
- arg:
10-
name: launch_dynamic_avoidance_module
10+
name: launch_dynamic_obstacle_avoidance
1111
default: "true"
1212
- arg:
1313
name: launch_sampling_planner_module
@@ -77,15 +77,9 @@ launch:
7777
- arg:
7878
name: launch_speed_bump_module
7979
default: "false"
80-
- arg:
81-
name: launch_out_of_lane_module
82-
default: "true"
8380
- arg:
8481
name: launch_no_drivable_lane_module
8582
default: "false"
86-
- arg:
87-
name: launch_dynamic_obstacle_stop_module
88-
default: "true"
8983

9084
# motion planning modules
9185
- arg:
@@ -96,11 +90,22 @@ launch:
9690

9791
- arg:
9892
name: motion_path_planner_type
99-
default: obstacle_avoidance_planner
100-
# option: obstacle_avoidance_planner
93+
default: path_optimizer
94+
# option: path_optimizer
10195
# path_sampler
10296
# none
10397

98+
# motion velocity planner modules
99+
- arg:
100+
name: launch_dynamic_obstacle_stop_module
101+
default: "true"
102+
- arg:
103+
name: launch_out_of_lane_module
104+
default: "true"
105+
- arg:
106+
name: launch_obstacle_velocity_limiter_module
107+
default: "true"
108+
104109
- arg:
105110
name: motion_stop_planner_type
106111
default: obstacle_cruise_planner
@@ -109,7 +114,7 @@ launch:
109114
# none
110115

111116
- arg:
112-
name: motion_velocity_smoother_type
117+
name: velocity_smoother_type
113118
default: JerkFiltered
114119
# option: JerkFiltered
115120
# L2

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
priority: 1
6060
max_module_size: 1
6161

62-
avoidance:
62+
static_obstacle_avoidance:
6363
enable_rtc: true
6464
enable_simultaneous_execution_as_approved_module: true
6565
enable_simultaneous_execution_as_candidate_module: false
@@ -75,7 +75,7 @@
7575
priority: 3
7676
max_module_size: 1
7777

78-
dynamic_avoidance:
78+
dynamic_obstacle_avoidance:
7979
enable_rtc: false
8080
enable_simultaneous_execution_as_approved_module: true
8181
enable_simultaneous_execution_as_candidate_module: true

autoware_launch/config/system/system_error_monitor/system_error_monitor.awsim.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# /autoware/control/autonomous_driving/performance_monitoring/lane_departure: default # tmp
2222
# /autoware/control/autonomous_driving/performance_monitoring/control_validator: default
2323
/autoware/control/autonomous_driving/performance_monitoring/trajectory_deviation: default
24-
/autoware/control/autonomous_emergency_braking/performance_monitoring/emergency_stop: { sf_at: "none", lf_at: "warn", spf_at: "error"}
24+
/autoware/control/autoware_autonomous_emergency_braking/performance_monitoring/emergency_stop: { sf_at: "none", lf_at: "warn", spf_at: "error"}
2525
/autoware/control/control_command_gate/node_alive_monitoring: default
2626
# /autoware/control/external_control/local_external_control/device_connection: default
2727

autoware_launch/config/system/system_error_monitor/system_error_monitor.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/autoware/control/autonomous_driving/performance_monitoring/lane_departure: default
2222
# /autoware/control/autonomous_driving/performance_monitoring/control_validator: default
2323
/autoware/control/autonomous_driving/performance_monitoring/trajectory_deviation: default
24-
/autoware/control/autonomous_emergency_braking/performance_monitoring/emergency_stop: { sf_at: "none", lf_at: "warn", spf_at: "error"}
24+
/autoware/control/autoware_autonomous_emergency_braking/performance_monitoring/emergency_stop: { sf_at: "none", lf_at: "warn", spf_at: "error"}
2525
/autoware/control/control_command_gate/node_alive_monitoring: default
2626
/autoware/control/external_control/local_external_control/device_connection: default
2727

autoware_launch/config/system/system_error_monitor/system_error_monitor.planning_simulation.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/autoware/control/autonomous_driving/performance_monitoring/lane_departure: default
2222
# /autoware/control/autonomous_driving/performance_monitoring/control_validator: default
2323
/autoware/control/autonomous_driving/performance_monitoring/trajectory_deviation: default
24-
/autoware/control/autonomous_emergency_braking/performance_monitoring/emergency_stop: { sf_at: "none", lf_at: "warn", spf_at: "error"}
24+
/autoware/control/autoware_autonomous_emergency_braking/performance_monitoring/emergency_stop: { sf_at: "none", lf_at: "warn", spf_at: "error"}
2525
/autoware/control/control_command_gate/node_alive_monitoring: default
2626

2727
/autoware/localization/node_alive_monitoring: default

0 commit comments

Comments
 (0)