File tree 3 files changed +56
-51
lines changed
config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner
3 files changed +56
-51
lines changed Original file line number Diff line number Diff line change 36
36
37
37
rear_vehicle_reaction_time : 2.0
38
38
rear_vehicle_safety_time_margin : 1.0
39
-
40
- # USE ONLY WHEN THE OPTION COMPILE_WITH_OLD_ARCHITECTURE IS SET TO FALSE.
41
- # https://github.com/autowarefoundation/autoware.universe/blob/main/planning/behavior_path_planner/CMakeLists.txt
42
- # NOTE: The smaller the priority number is, the higher the module priority is.
43
- ext_request_lane_change_left :
44
- enable_module : false
45
- enable_simultaneous_execution : false
46
- priority : 6
47
- max_module_size : 1
48
-
49
- ext_request_lane_change_right :
50
- enable_module : false
51
- enable_simultaneous_execution : false
52
- priority : 6
53
- max_module_size : 1
54
-
55
- lane_change_left :
56
- enable_module : true
57
- enable_simultaneous_execution : true
58
- priority : 5
59
- max_module_size : 1
60
-
61
- lane_change_right :
62
- enable_module : true
63
- enable_simultaneous_execution : false
64
- priority : 4
65
- max_module_size : 1
66
-
67
- pull_out :
68
- enable_module : true
69
- enable_simultaneous_execution : false
70
- priority : 0
71
- max_module_size : 1
72
-
73
- side_shift :
74
- enable_module : true
75
- enable_simultaneous_execution : false
76
- priority : 2
77
- max_module_size : 1
78
-
79
- pull_over :
80
- enable_module : true
81
- enable_simultaneous_execution : false
82
- priority : 1
83
- max_module_size : 1
84
-
85
- avoidance :
86
- enable_module : true
87
- enable_simultaneous_execution : false
88
- priority : 3
89
- max_module_size : 1
Original file line number Diff line number Diff line change
1
+ # USE ONLY WHEN THE OPTION COMPILE_WITH_OLD_ARCHITECTURE IS SET TO FALSE.
2
+ # https://github.com/autowarefoundation/autoware.universe/blob/main/planning/behavior_path_planner/CMakeLists.txt
3
+ # NOTE: The smaller the priority number is, the higher the module priority is.
4
+ /** :
5
+ ros__parameters :
6
+ ext_request_lane_change_left :
7
+ enable_module : false
8
+ enable_simultaneous_execution : false
9
+ priority : 6
10
+ max_module_size : 1
11
+
12
+ ext_request_lane_change_right :
13
+ enable_module : false
14
+ enable_simultaneous_execution : false
15
+ priority : 6
16
+ max_module_size : 1
17
+
18
+ lane_change_left :
19
+ enable_module : true
20
+ enable_simultaneous_execution : true
21
+ priority : 5
22
+ max_module_size : 1
23
+
24
+ lane_change_right :
25
+ enable_module : true
26
+ enable_simultaneous_execution : false
27
+ priority : 4
28
+ max_module_size : 1
29
+
30
+ pull_out :
31
+ enable_module : true
32
+ enable_simultaneous_execution : false
33
+ priority : 0
34
+ max_module_size : 1
35
+
36
+ side_shift :
37
+ enable_module : true
38
+ enable_simultaneous_execution : false
39
+ priority : 2
40
+ max_module_size : 1
41
+
42
+ pull_over :
43
+ enable_module : true
44
+ enable_simultaneous_execution : false
45
+ priority : 1
46
+ max_module_size : 1
47
+
48
+ avoidance :
49
+ enable_module : true
50
+ enable_simultaneous_execution : false
51
+ priority : 3
52
+ max_module_size : 1
Original file line number Diff line number Diff line change 47
47
name =" drivable_area_expansion_param_path"
48
48
value =" $(find-pkg-share autoware_launch)/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml"
49
49
/>
50
+ <arg
51
+ name =" scene_module_manager_param_path"
52
+ value =" $(find-pkg-share autoware_launch)/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/scene_module_manager.param.yaml"
53
+ />
50
54
<arg
51
55
name =" behavior_path_planner_tree_param_path"
52
56
value =" $(find-pkg-share autoware_launch)/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/behavior_path_planner_tree.xml"
You can’t perform that action at this time.
0 commit comments