#include <yarp/os/Network.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/ControlBoardHelpers.h>
#include <yarp/sig/Vector.h>
#include <yarp/os/Time.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/INavigation2D.h>
#include "MobileBaseVelocityControlRPC.h"
#include <mutex>
#include <string>
#include "MobileBaseVelocityControl_nwc_yarp_ParamsParser.h"
Go to the source code of this file.
Classes | |
class | MobileBaseVelocityControl_nwc_yarp |
MobileBaseVelocityControl_nwc_yarp : A device which connects to MobileBaseVelocityControl_nws_yarp to control the velocity of a mobile base. More... | |