#include <yarp/os/PeriodicThread.h>
#include <yarp/sig/Vector.h>
#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/IOdometry2D.h>
Go to the source code of this file.
Classes | |
class | FakeOdometry |
FakeOdometry : A device for generating a fake odometry. This device will generate the odometry and then the user can retrieve it by calling getOdometry . More... | |
Variables | |
constexpr double | default_period = 0.02 |
|
constexpr |
Definition at line 14 of file FakeOdometry.h.