| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| appinfo | | Element containing UAV PID control coefficients for aileron (heading) control. |
|
| source |
<xsd:complexType name="UavAileronControlConstantsType">
<xsd:annotation>
<xsd:appinfo>Element containing UAV PID control coefficients for aileron (heading) control.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="kPhi" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="kP" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="kPhiIntegral" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="kPsiDot" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="kPsiDotDot" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="kPsiDotIntegral" type="NonNegativeDoubleType" use="required"/>
</xsd:complexType> |