Files
paparazzi/conf/modules/nav_launcher.xml
T
Michal Podhradsky 74f8b74624 First shot towards a separate HITL target (#2062)
* 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
2017-06-13 13:39:10 -07:00

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>