1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Bump overo submodule

This commit is contained in:
James Cotton 2012-02-12 10:10:55 -06:00
parent f23f53dc4e
commit 94d76ea62f
2 changed files with 13 additions and 1 deletions

2
overo

@ -1 +1 @@
Subproject commit b80048d56ddfcd59fa47c430052ddac799e5f93d
Subproject commit 8ca9e591931d84c967d397ff195ef58cab87a7a7

View File

@ -0,0 +1,12 @@
<xml>
<object name="AltHoldSmoothed" singleinstance="true" settings="false">
<description>The output on the kalman filter on altitude.</description>
<field name="Altitude" units="m" type="float" elements="1"/>
<field name="Velocity" units="m/s" type="float" elements="1"/>
<field name="Accel" units="m/s^2" type="float" elements="1"/>
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
<logging updatemode="never" period="0"/>
</object>
</xml>