Skip to content

Commit

Permalink
feat(pull_out): add config for new framework (autowarefoundation#236)
Browse files Browse the repository at this point in the history
feat(behavior_path_planner): add config for pull out on new framework

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Mar 7, 2023
1 parent 4ec410e commit 22a3d30
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@

rear_vehicle_reaction_time: 2.0
rear_vehicle_safety_time_margin: 1.0

# 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
pull_out:
enable_module: true
enable_simultaneous_execution: false
priority: 0
max_module_size: 1

0 comments on commit 22a3d30

Please sign in to comment.