cz.cuni.amis.pogamut.usar2004.agent.module.configuration
Class ConfigGround
java.lang.Object
cz.cuni.amis.pogamut.usar2004.agent.module.configuration.SuperConfiguration
cz.cuni.amis.pogamut.usar2004.agent.module.configuration.VehicleConfiguration
cz.cuni.amis.pogamut.usar2004.agent.module.configuration.ConfigGround
public class ConfigGround
- extends VehicleConfiguration
Configuration message representative for Ground vehicles.
- Author:
- vejmanm
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public static final ConfigType type
ConfigGround
public ConfigGround()
- Ctor. Configuration type describes particular subject about which we want
to know about. It is used to distinguish incoming message from the
server.
getMaxSpeed
public double getMaxSpeed()
- Returned value represents maximum speed, in rad/s.
- Returns:
- Returns maximum speed of the robot.
getMaxTorque
public double getMaxTorque()
- Returned value represents maximum torque.
- Returns:
- Returns maximum torque value of the robots drive.
getMaxFrontSteer
public double getMaxFrontSteer()
- The maximum steering angle for robot’s front wheels, in radians. Please
note that this value will be 0 for skid steered vehicles.
- Returns:
- Returns maximum front steer.
getMaxRearSteer
public double getMaxRearSteer()
- The maximum steering angle for robot’s rear wheels, in radians. Please
note that this value will be 0 for skid steered vehicles.
- Returns:
- Returns maximum rear steer.
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.