2013-04-05 22:46:56 +02:00
<xml >
2013-06-22 19:58:54 +02:00
<object name= "StabilizationDesired" singleinstance= "true" settings= "false" category= "Control" >
2013-04-05 22:46:56 +02:00
<description > The desired attitude that @ref StabilizationModule will try and achieve if FlightMode is Stabilized. Comes from @ref ManaulControlModule.</description>
<field name= "Roll" units= "degrees" type= "float" elements= "1" />
<field name= "Pitch" units= "degrees" type= "float" elements= "1" />
<field name= "Yaw" units= "degrees" type= "float" elements= "1" />
2014-02-09 19:33:29 +01:00
<field name= "Thrust" units= "%" type= "float" elements= "1" />
2014-04-26 15:14:40 +02:00
<!-- These values should match those in FlightModeSettings.Stabilization{1,2,3}Settings -->
2016-02-28 09:48:13 +01:00
<field name= "StabilizationMode" units= "" type= "enum" elementnames= "Roll,Pitch,Yaw,Thrust" options= "Manual,Rate,RateTrainer,Attitude,AxisLock,WeakLeveling,VirtualBar,Acro+,Rattitude,AltitudeHold,AltitudeVario,CruiseControl,SystemIdent" />
2013-04-05 22:46:56 +02:00
<access gcs= "readwrite" flight= "readwrite" />
<telemetrygcs acked= "false" updatemode= "manual" period= "0" />
<telemetryflight acked= "false" updatemode= "periodic" period= "1000" />
<logging updatemode= "manual" period= "0" />
</object>
</xml>