Skip to content
Snippets Groups Projects
Commit cff94a9d authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

The handling of the timeout and watchdog is done internally to the module.

parent 993aa946
No related branches found
No related tags found
No related merge requests found
...@@ -527,11 +527,6 @@ class CNavModule : public CModule<ModuleCfg> ...@@ -527,11 +527,6 @@ class CNavModule : public CModule<ModuleCfg>
action_status status; action_status status;
status=this->move_base_action.get_state(); status=this->move_base_action.get_state();
if(status!=ACTION_IDLE && status!=ACTION_RUNNING)
this->move_base_action.stop_timeout();
if(status==ACTION_TIMEOUT || status==ACTION_FB_WATCHDOG)
this->move_base_action.cancel();
return status; return status;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment