public class UGVModel extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
maxP
Maximum vehicle angular speeds (body relative) degrees per second
|
protected double |
maxQ |
protected double |
maxR |
protected double |
maxTrackAccel
Maximum track acceleration in m/s^2 (i.e., how fast can it go from 0 to max speed)
|
protected double |
maxTrackSpeed
Maximum speed of the tracks in meters per second
|
protected double |
maxU
Maximum vehicle linear speeds (body relative) in meters per second
|
protected double |
maxV |
protected double |
maxW |
protected double |
trackBase
Longitudinal distance between the center of rotation at the front and rear of the tracks
|
protected double |
trackSlipFactor
Used to determine how much the tracks or wheels slip while they're spinning
|
protected double |
trackWidth
Lateral distance between the left and right track in meters
|
Constructor and Description |
---|
UGVModel() |
Modifier and Type | Method and Description |
---|---|
String |
load(String configurationXmlFileName)
Loads coefficients from an configuration XML file
|
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