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:
parent
f23f53dc4e
commit
94d76ea62f
2
overo
2
overo
@ -1 +1 @@
|
||||
Subproject commit b80048d56ddfcd59fa47c430052ddac799e5f93d
|
||||
Subproject commit 8ca9e591931d84c967d397ff195ef58cab87a7a7
|
12
shared/uavobjectdefinition/altholdsmoothed.xml
Normal file
12
shared/uavobjectdefinition/altholdsmoothed.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user