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

« Previous Version 2 Next »

Pathing

LTE

Below is the sequence of actions the Autonomy code will perform on the onboard Raspberry Pi on Pegasus. The Autonomy code will start when the Raspberry Pi boots up.

  1. The Autonomy code will periodically poll the Flight Controller too see if the mission sent from the Pathing repository is complete.

  2. Once the mission is complete, the Autonomy code will start to take pictures with the $200 CV Camera at a frequency of 1 Hz.

  3. The picture from the camera will be compressed into an image format. TODO: Find optimal image format.

  4. Send compressed image to the ground where it will be consumed by Autonomy Airside.

Autonomy Airside

  • No labels