#include <yarp/os/PeriodicThread.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/dev/ImplementPositionControl.h>
#include <yarp/dev/ImplementVelocityControl.h>
#include <yarp/dev/ImplementInteractionMode.h>
#include <yarp/dev/ImplementEncodersTimed.h>
#include <yarp/dev/ImplementTorqueControl.h>
#include <yarp/dev/ImplementControlMode.h>
#include <yarp/dev/ImplementAxisInfo.h>
#include <yarp/dev/Lidar2DDeviceBase.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/IRangefinder2D.h>
#include <yarp/dev/MapGrid2D.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/sig/Vector.h>
#include <mutex>
#include <random>
#include <string>
#include "FakeLaserWithMotor_ParamsParser.h"
Go to the source code of this file.
Classes | |
class | FakeLaserWithMotor |
fakeLaserWithMotor : fake sensor device driver for testing purposes and reference for IRangefinder2D devices. More... | |