mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-11 07:49:41 +08:00
For details about how to employ the Python scripts check the wiki entry https://wiki.paparazziuav.org/wiki/Module/guidance_vector_field
gvfApp
gvfApp.py draws an aircraft following the guidance vector vield:
python gvfApp.py 80
Draws for the aircraft with id 80.
circularFormation
circularFormation.py control several aircrafts in a circular formation with constant speeds:
python circularFormation.py ./formation/two_aircraft.json [fixedwing|rotorcraft]
Recommended reading for proper understanding of circular formations: https://arxiv.org/abs/1703.07736