Skip to content

Commit

Permalink
fix(planning_launch): disable external lc module in new framework (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zulfaqar <zulfaqar.azmi@tier4.jp>
  • Loading branch information
zulfaqar-azmi-t4 committed Mar 22, 2023
1 parent 0f64425 commit 5bf8658
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
# 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.
ext_request_lane_change_left:
enable_module: true
enable_simultaneous_execution: true
enable_module: false
enable_simultaneous_execution: false
priority: 6
max_module_size: 1

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

Expand Down

0 comments on commit 5bf8658

Please sign in to comment.