This commit is contained in:
PX4BuildBot
2015-08-14 21:55:31 +00:00
parent 48553b0395
commit 753b694df1
264 changed files with 1794 additions and 1794 deletions
+6 -6
View File
@@ -4,12 +4,12 @@
typedef struct __mavlink_attitude_quaternion_cov_t
{
uint32_t time_boot_ms; ///< Timestamp (milliseconds since system boot)
float q[4]; ///< Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation)
float rollspeed; ///< Roll angular speed (rad/s)
float pitchspeed; ///< Pitch angular speed (rad/s)
float yawspeed; ///< Yaw angular speed (rad/s)
float covariance[9]; ///< Attitude covariance
uint32_t time_boot_ms; /*< Timestamp (milliseconds since system boot)*/
float q[4]; /*< Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation)*/
float rollspeed; /*< Roll angular speed (rad/s)*/
float pitchspeed; /*< Pitch angular speed (rad/s)*/
float yawspeed; /*< Yaw angular speed (rad/s)*/
float covariance[9]; /*< Attitude covariance*/
} mavlink_attitude_quaternion_cov_t;
#define MAVLINK_MSG_ID_ATTITUDE_QUATERNION_COV_LEN 68