Skip to content

Commit

Permalink
Add brackets
Browse files Browse the repository at this point in the history
Signed-off-by: Xiyu Oh <xiyu@openrobotics.org>
  • Loading branch information
xiyuoh committed Sep 17, 2024
1 parent 4e29bc2 commit 1fd06be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rmf_fleet_adapter/src/rmf_fleet_adapter/TaskManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1691,11 +1691,13 @@ void TaskManager::_begin_waiting()
}

if (!_responsive_wait_enabled)
{
if (_waiting)
{
_waiting.cancel({"Idle behavior updated"}, _context->now());
}
return;
}

if (_context->location().empty())
{
Expand Down

0 comments on commit 1fd06be

Please sign in to comment.