1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

LP-315 Templates: Add EPP indoor "Fizz" - FixedWing, one aileron servo

This commit is contained in:
Laurent Lalanne 2016-05-16 12:58:38 +02:00
parent 40910906a2
commit d8d71750e8
2 changed files with 2233 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
<description>The raw data from the barometric sensor with pressure, temperature and altitude estimate.</description>
<field name="Altitude" units="m" type="float" elements="1"/>
<field name="Temperature" units="C" type="float" elements="1"/>
<field name="Pressure" units="kPa" type="float" elements="1"/>
<field name="Pressure" units="Pa" type="float" elements="1"/>
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="1000"/>