|
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_TELEOP_H_
20 #define EXECUTIVE_OP_STATE_TELEOP_H_
34 std::string
const& result_response,
35 std::string
const& cmd_id,
45 ff_msgs::CommandStampedPtr move_cmd_;
48 #endif // EXECUTIVE_OP_STATE_TELEOP_H_
Action
Definition: executive_action_client.h:29
Definition: op_state_teleop.h:27
Definition: op_state_repo.h:43
OpState * HandleResult(ff_util::FreeFlyerActionState::Enum const &state, std::string const &result_response, std::string const &cmd_id, Action const &action)
Definition: op_state_teleop.cc:145
OpState * HandleCmd(ff_msgs::CommandStampedPtr const &cmd)
Definition: op_state_teleop.cc:22
~OpStateTeleop()
Definition: op_state_teleop.h:29
OpStateTeleop(std::string const &name, unsigned char id)
Definition: op_state_teleop.h:39
Enum
Definition: ff_action.h:41
uint8_t state
Definition: signal_lights.h:90
unsigned char const & id() const
Definition: op_state.h:82
std::string const & name() const
Definition: op_state.h:81
Definition: executive.h:87
Definition: op_state.h:45