Merge branch 'master' into dev

* nav_catapult
* more fixedwing tuning params
* helicopter safety pilot stuff, stabilization_none
This commit is contained in:
Felix Ruess
2012-03-11 13:45:39 +01:00
19 changed files with 379 additions and 92 deletions
+14
View File
@@ -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>