mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
4ae40567ed
- 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
27 lines
796 B
XML
27 lines
796 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="nav_basic_rotorcraft" dir="nav" task="control">
|
|
<doc>
|
|
<description>
|
|
Standard navigation patterns and flight plan handling for rotorcraft
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>nav_rotorcraft</depends>
|
|
<provides>navigation</provides>
|
|
</dep>
|
|
<header>
|
|
<file name="nav_rotorcraft_base.h"/>
|
|
</header>
|
|
<init fun="nav_rotorcraft_init()"/>
|
|
<makefile target="ap|nps" firmware="rotorcraft">
|
|
<file name="nav_rotorcraft_base.c"/>
|
|
<test firmware="rotorcraft">
|
|
<configure name="SRC_FIRMWARE" value="firmwares/rotorcraft"/>
|
|
<define name="DOWNLINK_TRANSPORT" value="pprz_tp"/>
|
|
<define name="DOWNLINK_DEVICE" value="uart0"/>
|
|
<define name="USE_UART0"/>
|
|
</test>
|
|
</makefile>
|
|
</module>
|