| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| appinfo | | Element containing UAV PID control coefficients for rudder (sideslip) control. |
|
| source |
<xsd:complexType name="UavRudderControlConstantsType">
<xsd:annotation>
<xsd:appinfo>Element containing UAV PID control coefficients for rudder (sideslip) control.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="kV" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="kVDot" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="kVIntegral" type="NonNegativeDoubleType" use="required"/>
</xsd:complexType> |