|
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Go to the documentation of this file.
19 #ifndef EXECUTIVE_OP_STATE_AUTO_RETURN_H_
20 #define EXECUTIVE_OP_STATE_AUTO_RETURN_H_
42 #endif // EXECUTIVE_OP_STATE_AUTO_RETURN_H_
Definition: op_state_repo.h:43
OpStateAutoReturn(std::string const &name, unsigned char id)
Definition: op_state_auto_return.h:34
~OpStateAutoReturn()
Definition: op_state_auto_return.h:29
Definition: op_state_auto_return.h:27
unsigned char const & id() const
Definition: op_state.h:82
OpState * HandleCmd(ff_msgs::CommandStampedPtr const &cmd)
Definition: op_state_auto_return.cc:22
std::string const & name() const
Definition: op_state.h:81
Definition: executive.h:87
Definition: op_state.h:45