IOdometry2D interface. More...
#include <yarp/dev/IOdometry2D.h>
Inheritance diagram for yarp::dev::Nav2D::IOdometry2D:Public Member Functions | |
| virtual | ~IOdometry2D () |
| Destructor. More... | |
| virtual bool | getOdometry (yarp::dev::OdometryData &odom, double *timestamp=nullptr)=0 |
| Gets the odometry of the robot, including its velocity expressed in the world and in the local reference frame. More... | |
| virtual bool | resetOdometry ()=0 |
| Resets the odometry of the robot to zero. More... | |
IOdometry2D interface.
Provides methods to obtain the odometry data from a robot.
Definition at line 21 of file IOdometry2D.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Gets the odometry of the robot, including its velocity expressed in the world and in the local reference frame.
| odom | the odometry. |
Implemented in FakeOdometry.
|
pure virtual |