Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Below is a list of all the data that is exchanged between the ground station and the aircraft.

Pigo (plane in ground out)

  • gpsCoordinates_t gpsCoordinates

  • groundCommands

    • heading (4 byte float)

    • latestDistance (4 byte float)

  • gimbalCommands, radians

    • pitch (4 byte float)

    • yaw (4 byte float)

  • beginLanding (1 byte bool)

  • beginTakeoff (1 byte bool)


Pogi (plane out ground in)

  • errorCode (1 byte uint8_t)

  • gpsCoordinates

    • latitude ( 8 byte double)

    • longitude ( 8 byte double)

    • altitude ( 8 byte double)

  • currentAirspeed ( 4 byte float)

  • eulerAnglesOfPlane ZYX, in radians

    • yaw ( 4 byte float)

    • pitch (4 byte float)

    • roll (4 byte float)

  • eulerAnglesOfCamera ZYX, in radians

    • yaw ( 4 byte float)

    • pitch (4 byte float)

    • roll (4 byte float)

  • isLanded


  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.