Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Overview
The repository named common contains cross-subteam code used across multiple repositories.
...
Code Block |
---|
cd comms python transmit |
mavlink
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 |
...