Uses of Class
cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes.OdometryPose

Packages that use OdometryPose
cz.cuni.amis.pogamut.usar2004.agent.module.sensor   
cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes   
cz.cuni.amis.pogamut.usar2004.communication.messages.usarinfomessages   
 

Uses of OdometryPose in cz.cuni.amis.pogamut.usar2004.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.sensor that return OdometryPose
 OdometryPose SensorOdometry.getPose()
          OdoPose is the estimated robot position relative to the start point in meters.
 

Uses of OdometryPose in cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes
 

Methods in cz.cuni.amis.pogamut.usar2004.communication.messages.datatypes with parameters of type OdometryPose
 void OdometryPose.set(OdometryPose tplOP)
           
 

Uses of OdometryPose in cz.cuni.amis.pogamut.usar2004.communication.messages.usarinfomessages
 

Fields in cz.cuni.amis.pogamut.usar2004.communication.messages.usarinfomessages declared as OdometryPose
protected  OdometryPose SensorMessage.OdoPose
           
 

Methods in cz.cuni.amis.pogamut.usar2004.communication.messages.usarinfomessages that return OdometryPose
 OdometryPose SensorMessage.getOdoPose()
          OdoPose is the estimated robot position relative to the start point in meters.
protected  OdometryPose Yylex.odometryValue(String txt)
          Return a OdometryPose instance starting from num token(tokens are separated by space) in txt
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.