2010-05-17 04:03:15 +02:00
<xml >
2011-03-02 02:25:27 +01:00
<object name= "StabilizationDesired" singleinstance= "true" settings= "false" >
2010-08-27 02:15:42 +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" />
<field name= "Throttle" units= "%" type= "float" elements= "1" />
2011-03-02 02:25:44 +01:00
<!-- These values should match those in ManualControlCommand.Stabilization{1,2,3}Settings -->
2012-08-01 09:56:08 +02:00
<field name= "StabilizationMode" units= "" type= "enum" elementnames= "Roll,Pitch,Yaw" options= "None,Rate,Attitude,AxisLock,WeakLeveling,VirtualBar,RelayRate,RelayAttitude" />
2010-08-27 02:15:42 +02:00
<access gcs= "readwrite" flight= "readwrite" />
<telemetrygcs acked= "false" updatemode= "manual" period= "0" />
<telemetryflight acked= "false" updatemode= "periodic" period= "1000" />
2012-04-21 20:59:14 +02:00
<logging updatemode= "manual" period= "0" />
2010-08-27 02:15:42 +02:00
</object>
2011-03-02 02:25:44 +01:00
</xml>