|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
The reported execution status. More...
#include <controller_manager.hpp>
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.hpp.
| Enumerator | |
|---|---|
| UNKNOWN | |
| RUNNING | |
| SUCCEEDED | |
| PREEMPTED | |
| TIMED_OUT | |
| ABORTED | |
| FAILED | |
Definition at line 51 of file controller_manager.hpp.
Definition at line 62 of file controller_manager.hpp.
|
inline |
Convert the execution status to a string.
Definition at line 77 of file controller_manager.hpp.

|
inlineexplicit |
Definition at line 71 of file controller_manager.hpp.
|
inline |
Definition at line 66 of file controller_manager.hpp.