cz.cuni.amis.pogamut.usar2004.agent.module.sensor
Class SensorTachometer
java.lang.Object
cz.cuni.amis.pogamut.usar2004.agent.module.sensor.SuperSensor
cz.cuni.amis.pogamut.usar2004.agent.module.sensor.SensorTachometer
public class SensorTachometer
- extends SuperSensor
Sensor message representative for Tachometer sensor.
- Author:
- vejmanm
|
Method Summary |
javax.vecmath.Point4d |
getPosition()
Position of the robot measured by Tachometer. |
javax.vecmath.Point4d |
getVelocity()
Velocity of the robot measured by Tachometer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public static final SensorType type
SensorTachometer
public SensorTachometer()
- Ctor. Sensor type describes particular subject about which we want to
know about. It is used to distinguish incoming message from the server.
getVelocity
public javax.vecmath.Point4d getVelocity()
- Velocity of the robot measured by Tachometer. Not in the USARSim manual
v3.1.3.
- Returns:
- Returns velocity from Tachometer.
getPosition
public javax.vecmath.Point4d getPosition()
- Position of the robot measured by Tachometer. Not in the USARSim manual
v3.1.3.
- Returns:
- Returns position from Tachometer.
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.