forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change planning parameters (autowarefoundation#453)
* feat: add scene_module_manager setting with foa Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * feat: disable no_topping_area Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * feat: set proper rtc manager settings Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * feat: enable force_avoidance_for_stopped_vehicle Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: tkimura4 <tkimura4@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
82 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 68 additions & 0 deletions
68
.../lane_driving/behavior_planning/behavior_path_planner/scene_module_manager_foa.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# 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. | ||
/**: | ||
ros__parameters: | ||
external_request_lane_change_left: | ||
enable_module: true | ||
enable_simultaneous_execution_as_approved_module: false | ||
enable_simultaneous_execution_as_candidate_module: true | ||
priority: 6 | ||
max_module_size: 1 | ||
|
||
external_request_lane_change_right: | ||
enable_module: true | ||
enable_simultaneous_execution_as_approved_module: false | ||
enable_simultaneous_execution_as_candidate_module: true | ||
priority: 6 | ||
max_module_size: 1 | ||
|
||
lane_change_left: | ||
enable_module: true | ||
enable_simultaneous_execution_as_approved_module: true | ||
enable_simultaneous_execution_as_candidate_module: true | ||
priority: 5 | ||
max_module_size: 1 | ||
|
||
lane_change_right: | ||
enable_module: true | ||
enable_simultaneous_execution_as_approved_module: true | ||
enable_simultaneous_execution_as_candidate_module: true | ||
priority: 5 | ||
max_module_size: 1 | ||
|
||
pull_out: | ||
enable_module: true | ||
enable_simultaneous_execution_as_approved_module: false | ||
enable_simultaneous_execution_as_candidate_module: false | ||
priority: 0 | ||
max_module_size: 1 | ||
|
||
side_shift: | ||
enable_module: true | ||
enable_simultaneous_execution_as_approved_module: false | ||
enable_simultaneous_execution_as_candidate_module: false | ||
priority: 2 | ||
max_module_size: 1 | ||
|
||
pull_over: | ||
enable_module: true | ||
enable_simultaneous_execution_as_approved_module: false | ||
enable_simultaneous_execution_as_candidate_module: false | ||
priority: 1 | ||
max_module_size: 1 | ||
|
||
avoidance: | ||
enable_module: true | ||
enable_simultaneous_execution_as_approved_module: true | ||
enable_simultaneous_execution_as_candidate_module: false | ||
priority: 4 | ||
max_module_size: 1 | ||
|
||
# NOTE: This module is unstable. Deprecated for now. | ||
avoidance_by_lc: | ||
enable_module: false | ||
enable_simultaneous_execution_as_approved_module: false | ||
enable_simultaneous_execution_as_candidate_module: false | ||
priority: 3 | ||
max_module_size: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters