mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 08:22:43 +08:00
74f8b74624
* First shot towards a separate HITL target * Changes in HITL - still doesn't compile * Added makefile selection * HITL target works for fixedwing and rotorcraft - still needs cleanup and TLC * Removed info messages from compilation process
23 lines
808 B
XML
23 lines
808 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="nav_launcher" dir="nav">
|
|
<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>
|
|
<header>
|
|
<file name="nav_launcher.h"/>
|
|
</header>
|
|
<makefile target="ap|sim|nps|hitl">
|
|
<file name="nav_launcher.c"/>
|
|
</makefile>
|
|
</module>
|
|
|