mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 14:18:00 +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
29 lines
1013 B
XML
29 lines
1013 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="nav_launcher" dir="nav" task="control">
|
|
<doc>
|
|
<description>
|
|
Launcher.
|
|
A pneumatic launching system.
|
|
- Phase 1: Zero Roll, Takeoff Pitch, Full Throttle(once you enter the block!)
|
|
- Phase 2: After detecting lauch (ground speed) and travelling enough distance from the launch point
|
|
follow launch line: Auto roll, Takeoff pitch, Full Throttle
|
|
- Phase 3: If the aircraft is above a specific alt, greater than a specific speed or too far away, circle up
|
|
with takeoff circle radius, until you reach desired takeoff altitude
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>@navigation</depends>
|
|
</dep>
|
|
<header>
|
|
<file name="nav_launcher.h"/>
|
|
</header>
|
|
<makefile target="ap|sim|nps">
|
|
<file name="nav_launcher.c"/>
|
|
<test firmware="fixedwing">
|
|
<define name="CTRL_TYPE_H" value="firmwares/fixedwing/guidance/guidance_v.h" type="string"/>
|
|
</test>
|
|
</makefile>
|
|
</module>
|
|
|