Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  takeoffCommand: 41 byte boolean,
  qrScanFlag: 41 byte boolean,
  detectFlag: 41 byte boolean, 
  gpsCoordinates: {
    lattitude: 8 byte double,
    longtitude: 8 byte double
  }
}

...

Code Block
languagejson
$FIJO;takeoffCommand;qrScanFlag;detectFlag;lattitude;longitude

Total message size: 38 29 bytes

Implementation - Computer Vision

...