mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-12 10:19:11 +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
14 lines
290 B
XML
14 lines
290 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="navigation" dir="nav" task="control">
|
|
<doc>
|
|
<description>
|
|
Meta module for loading proper navigation
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>nav_basic_fw</depends>
|
|
</dep>
|
|
<makefile target="ap|sim|nps"/>
|
|
</module>
|