39 static const int8_t
ARM = 1;
42 static const int8_t
LAND = 4;
ROS message class definition for Time.
Definition time.hpp:16
ROS message class definition for SendCommand::Request.
Definition send_command.hpp:27
builtin_interfaces::msg::Time stamp
The time at which the command was sent.
Definition send_command.hpp:47
int8_t action
The action to be executed.
Definition send_command.hpp:48
static const int8_t EMERGENCY_LAND
Initiate emergency landing.
Definition send_command.hpp:43
static const int8_t KILL_SWITCH
Kill the power to the motors.
Definition send_command.hpp:44
static const int8_t LAND
Initiate landing.
Definition send_command.hpp:42
static const int8_t ABORT
Abort the current action.
Definition send_command.hpp:45
static const int8_t TAKE_OFF
Take off.
Definition send_command.hpp:41
static const int8_t ARM
Arm the robot.
Definition send_command.hpp:39
static const int8_t DISARM
Disarm the robot.
Definition send_command.hpp:40
ROS message class definition for SendCommand::Response.
Definition send_command.hpp:64
bool success
indicate successful run of triggered service
Definition send_command.hpp:66
std::string message
informational, e.g. for error messages
Definition send_command.hpp:67
ROS service class definition for SendCommand.
Definition send_command.hpp:14
service definitions of the creos_sdk_msgs package