Skip to content

Commit

Permalink
feat: rename pull_out to start_planner
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 committed Jun 8, 2023
1 parent ab725c4 commit 2c19a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
priority: 6
max_module_size: 1

pull_out:
start_planner:
enable_module: true
enable_simultaneous_execution_as_approved_module: true
enable_simultaneous_execution_as_candidate_module: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- "avoidance_left"
- "avoidance_right"
- "goal_planner"
- "pull_out"
- "start_planner"
- "intersection_occlusion"

default_enable_list:
Expand Down

0 comments on commit 2c19a64

Please sign in to comment.