Skip to content

Commit

Permalink
feat(behavior_path_planner): add a method to notify the planner manag…
Browse files Browse the repository at this point in the history
…er of a successful lane change (update root lanelet) (autowarefoundation#5904)

* add a method to notify the planner manager of a successful lane change

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>

* add const to isRootLaneletToBeUpdated() method

Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>

---------

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>
  • Loading branch information
danielsanchezaran authored Dec 20, 2023
1 parent 5d95bdf commit d94623e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ class SceneModuleInterface
return is_waiting_approval_ || current_state_ == ModuleStatus::WAITING_APPROVAL;
}

virtual bool isRootLaneletToBeUpdated() const { return false; }

bool isLockedNewModuleLaunch() const { return is_locked_new_module_launch_; }

PlanResult getPathCandidate() const { return path_candidate_; }
Expand Down

0 comments on commit d94623e

Please sign in to comment.