autogenerated headers for rev https://github.com/mavlink/mavlink/tree/96589baa69422373b7dff63b0e906b3e767b3a1e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user