1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1070 GrountTruth object sent to FC.

this should not be the case so remove it from periodic list.
This commit is contained in:
Mathieu Rondonneau 2013-08-14 17:01:54 -07:00 committed by Alessio Morale
parent e762bbaef8
commit 1c1ec8c959

View File

@ -11,8 +11,8 @@
<field name="AngleOfAttack" units="deg" type="float" elements="1"/>
<field name="AngleOfSlip" units="deg" type="float" elements="1"/>
<access gcs="readwrite" flight="readonly"/>
<telemetrygcs acked="false" updatemode="periodic" period="1000"/>
<telemetryflight acked="false" updatemode="manual" period="50000"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="manual" period="0"/>
<logging updatemode="manual" period="0"/>
</object>
</xml>