Skip to content

Commit

Permalink
remove setInitState in start_planner_module
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Jan 31, 2024
1 parent e98ac1c commit 29f1899
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ class StartPlannerModule : public SceneModuleInterface

bool canTransitFailureState() override { return false; }

ModuleStatus setInitState() override;

/**
* @brief init member variables.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,6 @@ bool StartPlannerModule::canTransitSuccessState()
return hasFinishedPullOut();
}

ModuleStatus StartPlannerModule::setInitState()
{
return isActivated() ? ModuleStatus::RUNNING : ModuleStatus::IDLE;
}

BehaviorModuleOutput StartPlannerModule::plan()
{
if (isWaitingApproval()) {
Expand Down

0 comments on commit 29f1899

Please sign in to comment.