public class UGVModel extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected double | maxPMaximum vehicle angular speeds (body relative) degrees per second | 
| protected double | maxQ | 
| protected double | maxR | 
| protected double | maxTrackAccelMaximum track acceleration in m/s^2 (i.e., how fast can it go from 0 to max speed) | 
| protected double | maxTrackSpeedMaximum speed of the tracks in meters per second | 
| protected double | maxUMaximum vehicle linear speeds (body relative) in meters per second | 
| protected double | maxV | 
| protected double | maxW | 
| protected double | trackBaseLongitudinal distance between the center of rotation at the front and rear of the tracks | 
| protected double | trackSlipFactorUsed to determine how much the tracks or wheels slip while they're spinning | 
| protected double | trackWidthLateral distance between the left and right track in meters | 
| Constructor and Description | 
|---|
| UGVModel() | 
protected double maxU
protected double maxV
protected double maxW
protected double maxP
protected double maxQ
protected double maxR
protected double maxTrackSpeed
protected double maxTrackAccel
protected double trackBase
protected double trackWidth
protected double trackSlipFactor