cz.cuni.amis.pogamut.usar2004.agent.module.sensor
Class SensorOdometry
java.lang.Object
cz.cuni.amis.pogamut.usar2004.agent.module.sensor.SuperSensor
cz.cuni.amis.pogamut.usar2004.agent.module.sensor.SensorOdometry
public class SensorOdometry
- extends SuperSensor
Sensor message representative for Odometry sensor.
- Author:
- vejmanm
|
Method Summary |
OdometryPose |
getPose()
OdoPose is the estimated robot position relative to the start point in
meters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public static final SensorType type
SensorOdometry
public SensorOdometry()
- Ctor. Sensor type describes particular subject about which we want to
know about. It is used to distinguish incoming message from the server.
getPose
public OdometryPose getPose()
- OdoPose is the estimated robot position relative to the start point in
meters. �theta’ is the head angle in radians relative to the start
orientation.
- Returns:
- Returns OdometryPose value.
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.