Skip to content

Commit

Permalink
Update getCurrentStatus() function in
Browse files Browse the repository at this point in the history
StartPlannerModule.cpp

Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Nov 9, 2023
1 parent 27f61b0 commit 3c6564c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ bool StartPlannerModule::isExecutionRequested() const

bool StartPlannerModule::isModuleRunning() const
{
return current_state_ == ModuleStatus::RUNNING;
return getCurrentStatus() == ModuleStatus::RUNNING;
}

bool StartPlannerModule::isCurrentPoseOnMiddleOfTheRoad() const
Expand Down

0 comments on commit 3c6564c

Please sign in to comment.