Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel6
minLevel1
outlinefalse
typelist
printablefalse

Overview

The repository named common contains cross-subteam code used across multiple repositories.

...

Code Block
cd comms
python transmit

Testing:

Start Mission Planner simulation with MAVLink forwarding: Ardupilot Simulation with Mission Planner

Remember the home location.

Create a mission with a few waypoints and start the mission.

Run and make sure the home location matches:

Code Block
python -m test_flight_controller

qr

Testing:

Unit tests:

Code Block
cd qr
pytest

...