* @brief Pack a manual_control message on a channel
* @brief Pack a manual_control message on a channel
* @param system_id ID of this system
* @param system_id ID of this system
* @param component_id ID of this component (e.g. 200 for IMU)
* @param component_id ID of this component (e.g. 200 for IMU)
* @param chan The MAVLink channel this message was sent over
* @param chan The MAVLink channel this message will be sent over
* @param msg The MAVLink message to compress the data into
* @param msg The MAVLink message to compress the data into
* @param target The system to be controlled.
* @param target The system to be controlled.
* @param x X-axis, normalized to the range [-1000,1000]. A value of INT16_MAX indicates that this axis is invalid. Generally corresponds to forward(1000)-backward(-1000) movement on a joystick and the pitch of a vehicle.
* @param x X-axis, normalized to the range [-1000,1000]. A value of INT16_MAX indicates that this axis is invalid. Generally corresponds to forward(1000)-backward(-1000) movement on a joystick and the pitch of a vehicle.
...
@@ -129,7 +129,7 @@ static inline uint16_t mavlink_msg_manual_control_pack_chan(uint8_t system_id, u
...
@@ -129,7 +129,7 @@ static inline uint16_t mavlink_msg_manual_control_pack_chan(uint8_t system_id, u
}
}
/**
/**
* @brief Encode a manual_control struct into a message
* @brief Encode a manual_control struct
*
*
* @param system_id ID of this system
* @param system_id ID of this system
* @param component_id ID of this component (e.g. 200 for IMU)
* @param component_id ID of this component (e.g. 200 for IMU)