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_uav_status_t
{
float latitude; ///< Latitude UAV
float longitude; ///< Longitude UAV
float altitude; ///< Altitude UAV
float speed; ///< Speed UAV
float course; ///< Course UAV
uint8_t target; ///< The ID system reporting the action
float latitude; /*< Latitude UAV*/
float longitude; /*< Longitude UAV*/
float altitude; /*< Altitude UAV*/
float speed; /*< Speed UAV*/
float course; /*< Course UAV*/
uint8_t target; /*< The ID system reporting the action*/
} mavlink_uav_status_t;
#define MAVLINK_MSG_ID_UAV_STATUS_LEN 21