Defined in File types.hpp
Result structure for motion execution. It contains the state of the result and an optional error message.
Public Types
Values:
Public Functions
Default constructor initializing the state to INVALID.
Public Members
The state of the result. Can be one of: INVALID, SUCCESS, ERROR, CANCELED.
Optional error message if the state is ERROR.