Keywords: OSDK, FlightStatus status:
enum
{
STOPED = 0, // in a stopped state
ON_GROUND = 1, //on the ground, but the drone has started
IN_AIR = 2 //in the air
};
Keywords: OSDK, FlightStatus status:
enum
{
STOPED = 0, // in a stopped state
ON_GROUND = 1, //on the ground, but the drone has started
IN_AIR = 2 //in the air
};
Comments
0 comments
Please sign in to leave a comment.