diagram |
 |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | kU | xsd:double | required | | | | kUDot | xsd:double | required | | | | kUIntegral | xsd:double | required | | | | description | xsd:string | optional | | | |
|
annotation |
appinfo | Constants for PID forward velocity control. |
|
source |
<xsd:complexType name="UuvPidSpeedConstantsType">
<xsd:annotation>
<xsd:appinfo>Constants for PID forward velocity control.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="kU" type="xsd:double" use="required"/>
<xsd:attribute name="kUDot" type="xsd:double" use="required"/>
<xsd:attribute name="kUIntegral" type="xsd:double" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |