bionic (unfinished)
parent
9701eb22d0
commit
66581e37d2
@ -1,7 +1,10 @@
|
|||||||
#include <std_msgs/String.h>
|
#include <std_msgs/String.h>
|
||||||
|
#include "class_model/gps_location.h"
|
||||||
typedef struct DroneStatus
|
typedef struct DroneStatus
|
||||||
{
|
{
|
||||||
/* data */
|
/* data */
|
||||||
|
global_location init_location;
|
||||||
int plane;
|
int plane;
|
||||||
std::string leader;
|
std::string leader;
|
||||||
|
std::string DroneName;
|
||||||
} DroneStatus;
|
} DroneStatus;
|
||||||
|
|||||||
Loading…
Reference in New Issue