moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
The reported execution status. More...
#include <controller_manager.h>
Public Types | |
enum | Value { UNKNOWN , RUNNING , SUCCEEDED , PREEMPTED , TIMED_OUT , ABORTED , FAILED } |
Public Member Functions | |
ExecutionStatus (Value value=UNKNOWN) | |
operator Value () const | |
operator bool () const | |
std::string | asString () const |
Convert the execution status to a string. | |
The reported execution status.
Definition at line 49 of file controller_manager.h.
Enumerator | |
---|---|
UNKNOWN | |
RUNNING | |
SUCCEEDED | |
PREEMPTED | |
TIMED_OUT | |
ABORTED | |
FAILED |
Definition at line 51 of file controller_manager.h.
Definition at line 62 of file controller_manager.h.
|
inline |
Convert the execution status to a string.
Definition at line 77 of file controller_manager.h.
|
inlineexplicit |
Definition at line 71 of file controller_manager.h.
|
inline |
Definition at line 66 of file controller_manager.h.