The state of the robot. More...
#include <creos/messages/state.hpp>
Public Types | |
enum class | Ready { kUnknown = -1 , kNotReady , kPreArm , kActive , kWaiting , kFailsafe , kError } |
Public Member Functions | |
auto | operator<=> (const State &other) const =default |
Compare two messages. | |
Public Attributes | |
creos::RobotClock::time_point | time |
The moment in time when the state was last updated. | |
Ready | ready_state = Ready::kUnknown |
The ready state of the robot. | |
std::string | current_action |
A textual description of the current action the robot is performing. | |
The state of the robot.
|
strong |