rcl_lifecycle
master
C API providing common functionality for ROS lifecycle.
|
It contains the transitions of the lifecycle state machine. More...
#include <data_types.h>
Public Attributes | |
const char * | label |
unsigned int | id |
Identifier of the transition. | |
rcl_lifecycle_state_t * | start |
The value where the transition is initialized. | |
rcl_lifecycle_state_t * | goal |
The objetive of the transition. | |
It contains the transitions of the lifecycle state machine.
const char* rcl_lifecycle_transition_t::label |
String with transition name: configuring, cleaningup, activating, deactivating, errorprocessing or shuttingdown.