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
17 lines
416 B
XML
17 lines
416 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="control" dir="control" task="control">
|
|
<doc>
|
|
<description>
|
|
Basic control for fixed-wing aircraft.
|
|
Based on:
|
|
- stabilization_attitude_fw
|
|
- guidance_basic_fw
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>stabilization_attitude_fw,guidance_basic_fw</depends>
|
|
</dep>
|
|
<makefile target="ap|sim|nps" firmware="fixedwing"/>
|
|
</module>
|