merge tony conflict
parent
27945fa239
commit
9701eb22d0
@ -0,0 +1,7 @@
|
||||
#include <std_msgs/String.h>
|
||||
typedef struct DroneStatus
|
||||
{
|
||||
/* data */
|
||||
int plane;
|
||||
std::string leader;
|
||||
} DroneStatus;
|
||||
Loading…
Reference in New Issue