public class ConfigGround extends VehicleConfiguration
| Modifier and Type | Field and Description |
|---|---|
static ConfigType |
type |
confType, lastMessage| Constructor and Description |
|---|
ConfigGround()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxFrontSteer()
The maximum steering angle for robot’s front wheels, in radians.
|
double |
getMaxRearSteer()
The maximum steering angle for robot’s rear wheels, in radians.
|
double |
getMaxSpeed()
Returned value represents maximum speed, in rad/s.
|
double |
getMaxTorque()
Returned value represents maximum torque.
|
getMass, getSteeringTypegetConfigType, getFeatureNames, getFeatures, getFeatureSize, getFeatureValueBy, getName, getType, isReady, updateMessagepublic static final ConfigType type
public ConfigGround()
public double getMaxSpeed()
public double getMaxTorque()
public double getMaxFrontSteer()
public double getMaxRearSteer()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.