mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 18:07:25 +08:00
Merge branch 'master' into dev
* nav_catapult * more fixedwing tuning params * helicopter safety pilot stuff, stabilization_none
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="nav">
|
||||
<header>
|
||||
<file name="nav_catapult.h"/>
|
||||
</header>
|
||||
<init fun="nav_catapult_init()"/>
|
||||
<!-- Run High Rate Lauch Detector -->
|
||||
<periodic fun="nav_catapult_highrate_module()" autorun="TRUE"/>
|
||||
<makefile>
|
||||
<file name="nav_catapult.c"/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user