mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 18:51:00 +08:00
- old way (based on ins_vectornav) is not supported anymore - directly send sensor data and receive commands with a dedicated link - examples with USB link for better results - update sphinx documentation - compilation in a single build
24 lines
595 B
XML
24 lines
595 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="nav_flower" dir="nav" task="control">
|
|
<doc>
|
|
<description>
|
|
Make a flower navigation pattern
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>@navigation</depends>
|
|
<recommends>@mission</recommends>
|
|
</dep>
|
|
<header>
|
|
<file name="nav_flower.h"/>
|
|
</header>
|
|
<init fun="nav_flower_init()"/>
|
|
<makefile target="ap|sim|nps">
|
|
<file name="nav_flower.c"/>
|
|
<test firmware="fixedwing">
|
|
<define name="CTRL_TYPE_H" value="firmwares/fixedwing/guidance/guidance_v.h" type="string"/>
|
|
</test>
|
|
</makefile>
|
|
</module>
|