6#ifndef YARP_DEV_MOBILEBASEVELOCITYCONTROL_NWS_YARP
7#define YARP_DEV_MOBILEBASEVELOCITYCONTROL_NWS_YARP
71 bool close()
override;
77 bool applyVelocityCommandRPC(
const double x_vel,
const double y_vel,
const double theta_vel,
const double timeout)
override;
define control board standard interfaces
contains the definition of a Vector type
bool detach() override
Detach the object (you must have first called attach).
yarp::os::Port m_rpc_port_navigation_server
VelocityInputPortProcessor m_StreamingInput
bool close() override
Close the DeviceDriver.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
yarp::dev::PolyDriver m_subdev
bool attach(yarp::dev::PolyDriver *driver) override
Attach to another object.
return_getLastVelocityCommand getLastVelocityCommandRPC() override
yarp::dev::Nav2D::INavigation2DVelocityActions * m_iNavVel
bool applyVelocityCommandRPC(const double x_vel, const double y_vel, const double theta_vel, const double timeout) override
Interface implemented by all device drivers.
A container for a device driver.
Helper interface for an object that can wrap/or "attach" to a single other device.
A mini-server for performing network communication in the background.
A mini-server for network communication.
A base class for nested structures that can be searched.