Skip to content

Commit

Permalink
refactor(goal_planner): support new interface (#5525)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Nov 9, 2023
1 parent 589e0a9 commit a3e87cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ void GoalPlannerModule::processOnExit()

bool GoalPlannerModule::isExecutionRequested() const
{
if (current_state_ == ModuleStatus::RUNNING) {
if (getCurrentStatus() == ModuleStatus::RUNNING) {
return true;
}

Expand Down

0 comments on commit a3e87cc

Please sign in to comment.