public abstract class VehicleConfiguration extends SuperConfiguration
confType, lastMessage| Constructor and Description |
|---|
VehicleConfiguration(ConfigType type)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMass()
It is the robot's mass in kg.
|
String |
getSteeringType()
Value should be one of the following: “AckermanSteered” or “SkidSteered”
or “OmniDrive”, as dictated by the steering type of the robot.
|
getConfigType, getFeatureNames, getFeatures, getFeatureSize, getFeatureValueBy, getName, getType, isReady, updateMessagepublic VehicleConfiguration(ConfigType type)
type - Configuration type describes particular subject about which
we want to know about. It is used to distinguish incoming message from
the server.public String getSteeringType()
public double getMass()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.