Files
paparazzi/conf/modules/mav_course_exercise.xml
Christophe De Wagter 2c55ce3686 Files for PDF exercise (#67) (#2687)
* files for PDF exercise

* Explicit call to python2 for systems that default to python3

* Description and comments fixes

[flight_plan] remove warning about dummy WP

Reformatted indents to 2 spaces

Added configs for ps4 gamepads, fixed typos (#68)

Update: for flight testing in the CyberZoo

Fix color gain in mav_course_exercise.xml airframe (#72)

[flight_plan] Re-measured the autoland border. It is not safe to exit the red sqaure so it auto-lands to prevent damage. (#73)

[Camera] Vision runs faster is unnecessary frames are not grabbed. (#74)

Co-authored-by: Matteo Barbera <matteo.barbera97@gmail.com>
2021-04-09 09:12:55 +02:00

12 lines
306 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="mav_course_exercise">
<doc>
<description>
Exercise module for Autonomous Flight of MAV Course
</description>
</doc>
<depends>cv_detect_color_object</depends>
<!-- TODO Specify header, init, periodic, makefile sections -->
</module>