mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
GCS- Don't add category to object definition yet.
This commit is contained in:
parent
58a9e9a6f7
commit
f6e4318c2a
@ -1,5 +1,5 @@
|
||||
<xml>
|
||||
<object name="BaroAltitude" singleinstance="true" settings="false" category="Sensors/Altitude">
|
||||
<object name="BaroAltitude" singleinstance="true" settings="false">
|
||||
<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"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<xml>
|
||||
<object name="Gyros" singleinstance="true" settings="false" category="Sensors">
|
||||
<object name="Gyros" singleinstance="true" settings="false">
|
||||
<description>The gyro data.</description>
|
||||
<field name="x" units="deg/s" type="float" elements="1"/>
|
||||
<field name="y" units="deg/s" type="float" elements="1"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<xml>
|
||||
<object name="Magnetometer" singleinstance="true" settings="false" category="Sensors">
|
||||
<object name="Magnetometer" singleinstance="true" settings="false">
|
||||
<description>The mag data.</description>
|
||||
<field name="x" units="mGa" type="float" elements="1"/>
|
||||
<field name="y" units="mGa" type="float" elements="1"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<xml>
|
||||
<object name="SonarAltitude" singleinstance="true" settings="false" category="Sensors/Altitude">
|
||||
<object name="SonarAltitude" singleinstance="true" settings="false">
|
||||
<description>The raw data from the ultrasound sonar sensor with altitude estimate.</description>
|
||||
<field name="Altitude" units="m" type="float" elements="1"/>
|
||||
<access gcs="readwrite" flight="readwrite"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user