| diagram |
 |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | kZ | xsd:double | required | | | | | kTheta | xsd:double | required | | | | | kQ | xsd:double | required | | | | | kW | xsd:double | required | | | | | description | xsd:string | optional | | | |
|
| annotation |
| appinfo | | Constants for LQR depth control. |
|
| source |
<xsd:complexType name="UuvLqrDepthConstantsType">
<xsd:annotation>
<xsd:appinfo>Constants for LQR depth control.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="kZ" type="xsd:double" use="required"/>
<xsd:attribute name="kTheta" type="xsd:double" use="required"/>
<xsd:attribute name="kQ" type="xsd:double" use="required"/>
<xsd:attribute name="kW" type="xsd:double" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |