diagram |
 |
used by |
|
attributes |
|
annotation |
appinfo | Maximum control setting for UGV controller settings. |
|
source |
<xsd:complexType name="UgvControlLimitsType">
<xsd:annotation>
<xsd:appinfo>Maximum control setting for UGV controller settings.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="maxSpeed" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="minTransitSpeed" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="nominalTransitSpeed" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="maxTurnRate" type="NonNegativeDoubleType" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |