| diagram |
 |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | enabled | xsd:boolean | required | | | | | kPsi | xsd:double | required | | | | | kR | xsd:double | required | | | | | description | xsd:string | optional | | | |
|
| annotation |
| appinfo | | UGV PD track-control coefficients. |
|
| source |
<xsd:complexType name="UgvPdControlType">
<xsd:annotation>
<xsd:appinfo>UGV PD track-control coefficients.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
<xsd:attribute name="kPsi" type="xsd:double" use="required"/>
<xsd:attribute name="kR" type="xsd:double" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |