You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A call to cancel should return whether or not the controller implements stopping behavior. If false, the base class handles it (and outputs a zero velocity setpoint right away). Meaning we should not block, but return true immediately, in this case.
A call to
cancel
should return whether or not the controller implements stopping behavior. Iffalse
, the base class handles it (and outputs a zero velocity setpoint right away). Meaning we should not block, but returntrue
immediately, in this case.Source: https://github.com/magazino/move_base_flex/blob/a5c19cb8f3135679e4f8f36a9ec6123b121d69ab/mbf_abstract_nav/src/abstract_controller_execution.cpp#L257-L259
The text was updated successfully, but these errors were encountered: