35 #ifndef SNAV_FCI_RC_COMMAND_HPP_
36 #define SNAV_FCI_RC_COMMAND_HPP_
40 #include "snav/snapdragon_navigator.h"
42 #include "api/tx_commands/tx_command.hpp"
61 type = SN_RC_POS_HOLD_CMD;
62 options = RC_OPT_LINEAR_MAPPING;
79 #endif // SNAV_FCI_RC_COMMAND_HPP_
SnRcCommandType type
Definition: rc_command.hpp:71
Structure containing the inputs to the sn_send_rc_command() Qualcomm Navigator API function...
Definition: rc_command.hpp:51
Definition: tx_command.hpp:41
static const size_t kNumRcCommands
Definition: rc_command.hpp:68
std::array< float, kNumRcCommands > commands
Definition: rc_command.hpp:73
RcCommand()
Default constructor.
Definition: rc_command.hpp:58
SnRcCommandOptions options
Definition: rc_command.hpp:72