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