Skip to content

Commit dba73df

Browse files
feat(lane_change): support param for new framework (include external lc) (#248)
* feat(lane_change): support param for new framework (include external lc) Signed-off-by: Muhammad Zulfaqar <zulfaqar.azmi@tier4.jp> * rename external lane change Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Muhammad Zulfaqar <zulfaqar.azmi@tier4.jp> Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 55aaf40 commit dba73df

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

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

+19-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,25 @@
4040
# USE ONLY WHEN THE OPTION COMPILE_WITH_OLD_ARCHITECTURE IS SET TO FALSE.
4141
# https://github.com/autowarefoundation/autoware.universe/blob/main/planning/behavior_path_planner/CMakeLists.txt
4242
# NOTE: The smaller the priority number is, the higher the module priority is.
43-
lane_change:
43+
ext_request_lane_change_left:
44+
enable_module: true
45+
enable_simultaneous_execution: true
46+
priority: 6
47+
max_module_size: 1
48+
49+
ext_request_lane_change_right:
50+
enable_module: true
51+
enable_simultaneous_execution: true
52+
priority: 6
53+
max_module_size: 1
54+
55+
lane_change_left:
56+
enable_module: true
57+
enable_simultaneous_execution: false
58+
priority: 5
59+
max_module_size: 1
60+
61+
lane_change_right:
4462
enable_module: true
4563
enable_simultaneous_execution: false
4664
priority: 4

0 commit comments

Comments
 (0)