Skip to content

Commit

Permalink
feat(lane_change): support param for new framework (include external …
Browse files Browse the repository at this point in the history
…lc) (autowarefoundation#248)

* feat(lane_change): support param for new framework (include external lc)

Signed-off-by: Muhammad Zulfaqar <[email protected]>

* rename external lane change

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

---------

Signed-off-by: Muhammad Zulfaqar <[email protected]>
Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 authored Mar 13, 2023
1 parent 55aaf40 commit dba73df
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,25 @@
# USE ONLY WHEN THE OPTION COMPILE_WITH_OLD_ARCHITECTURE IS SET TO FALSE.
# https://github.com/autowarefoundation/autoware.universe/blob/main/planning/behavior_path_planner/CMakeLists.txt
# NOTE: The smaller the priority number is, the higher the module priority is.
lane_change:
ext_request_lane_change_left:
enable_module: true
enable_simultaneous_execution: true
priority: 6
max_module_size: 1

ext_request_lane_change_right:
enable_module: true
enable_simultaneous_execution: true
priority: 6
max_module_size: 1

lane_change_left:
enable_module: true
enable_simultaneous_execution: false
priority: 5
max_module_size: 1

lane_change_right:
enable_module: true
enable_simultaneous_execution: false
priority: 4
Expand Down

0 comments on commit dba73df

Please sign in to comment.