#include <mobileBaseVelocityControl_nws_yarp/MobileBaseVelocityControl_nws_yarp.h>
Public Member Functions | |
bool | open (yarp::os::Searchable &config) override |
Open the DeviceDriver. More... | |
bool | close () override |
Close the DeviceDriver. More... | |
bool | detach () override |
Detach the object (you must have first called attach). More... | |
bool | attach (yarp::dev::PolyDriver *driver) override |
Attach to another object. More... | |
bool | applyVelocityCommandRPC (const double x_vel, const double y_vel, const double theta_vel, const double timeout) override |
return_getLastVelocityCommand | getLastVelocityCommandRPC () override |
![]() | |
DeviceDriver () | |
DeviceDriver (const DeviceDriver &other)=delete | |
DeviceDriver (DeviceDriver &&other) noexcept=delete | |
DeviceDriver & | operator= (const DeviceDriver &other)=delete |
DeviceDriver & | operator= (DeviceDriver &&other) noexcept=delete |
~DeviceDriver () override | |
bool | open (yarp::os::Searchable &config) override |
Open the DeviceDriver. More... | |
bool | close () override |
Close the DeviceDriver. More... | |
virtual std::string | id () const |
Return the id assigned to the PolyDriver. More... | |
virtual void | setId (const std::string &id) |
Set the id for this device. More... | |
template<class T > | |
bool | view (T *&x) |
Get an interface to the device driver. More... | |
virtual DeviceDriver * | getImplementation () |
Some drivers are bureaucrats, pointing at others. More... | |
![]() | |
virtual | ~IConfig () |
Destructor. More... | |
virtual bool | open (Searchable &config) |
Initialize the object. More... | |
virtual bool | close () |
Shut the object down. More... | |
virtual bool | configure (Searchable &config) |
Change online parameters. More... | |
![]() | |
~WrapperSingle () override | |
Destructor. More... | |
bool | attachAll (const yarp::dev::PolyDriverList &drivers) final |
Attach to a list of objects. More... | |
bool | detachAll () final |
Detach the object (you must have first called attach). More... | |
![]() | |
virtual | ~IWrapper () |
Destructor. More... | |
virtual bool | attach (PolyDriver *driver)=0 |
Attach to another object. More... | |
virtual bool | detach ()=0 |
Detach the object (you must have first called attach). More... | |
![]() | |
virtual | ~IMultipleWrapper () |
Destructor. More... | |
virtual bool | attachAll (const PolyDriverList &drivers)=0 |
Attach to a list of objects. More... | |
virtual bool | detachAll ()=0 |
Detach the object (you must have first called attach). More... | |
![]() | |
MobileBaseVelocityControlRPC () | |
virtual bool | applyVelocityCommandRPC (const double x_vel, const double y_vel, const double theta_vel, const double timeout) |
virtual return_getLastVelocityCommand | getLastVelocityCommandRPC () |
virtual std::vector< std::string > | help (const std::string &functionName="--all") |
bool | read (yarp::os::ConnectionReader &connection) override |
Read this object from a network connection. More... | |
![]() | |
yarp::os::WireLink & | yarp () |
Get YARP state associated with this object. More... | |
const yarp::os::WireLink & | yarp () const |
Get YARP state associated with this object (const version). More... | |
![]() | |
virtual | ~PortReader () |
Destructor. More... | |
virtual bool | read (ConnectionReader &reader)=0 |
Read this object from a network connection. More... | |
virtual Type | getReadType () const |
Protected Attributes | |
std::mutex | m_mutex |
yarp::os::Port | m_rpc_port_navigation_server |
VelocityInputPortProcessor | m_StreamingInput |
std::string | m_local_name |
yarp::dev::PolyDriver | m_subdev |
yarp::dev::Nav2D::INavigation2DVelocityActions * | m_iNavVel = nullptr |
Definition at line 53 of file MobileBaseVelocityControl_nws_yarp.h.
|
overridevirtual |
Reimplemented from MobileBaseVelocityControlRPC.
Definition at line 143 of file MobileBaseVelocityControl_nws_yarp.cpp.
|
overridevirtual |
Attach to another object.
driver | the polydriver that you want to attach to. |
Implements yarp::dev::IWrapper.
Definition at line 126 of file MobileBaseVelocityControl_nws_yarp.cpp.
|
overridevirtual |
Close the DeviceDriver.
Reimplemented from yarp::dev::DeviceDriver.
Definition at line 112 of file MobileBaseVelocityControl_nws_yarp.cpp.
|
overridevirtual |
Detach the object (you must have first called attach).
Implements yarp::dev::IWrapper.
Definition at line 120 of file MobileBaseVelocityControl_nws_yarp.cpp.
|
overridevirtual |
Reimplemented from MobileBaseVelocityControlRPC.
Definition at line 162 of file MobileBaseVelocityControl_nws_yarp.cpp.
|
overridevirtual |
Open the DeviceDriver.
config | is a list of parameters for the device. Which parameters are effective for your device can vary. See device invocation examples. If there is no example for your device, you can run the "yarpdev" program with the verbose flag set to probe what parameters the device is checking. If that fails too, you'll need to read the source code (please nag one of the yarp developers to add documentation for your device). |
Reimplemented from yarp::dev::DeviceDriver.
Definition at line 42 of file MobileBaseVelocityControl_nws_yarp.cpp.
|
protected |
Definition at line 65 of file MobileBaseVelocityControl_nws_yarp.h.
|
protected |
Definition at line 62 of file MobileBaseVelocityControl_nws_yarp.h.
|
protected |
Definition at line 59 of file MobileBaseVelocityControl_nws_yarp.h.
|
protected |
Definition at line 60 of file MobileBaseVelocityControl_nws_yarp.h.
|
protected |
Definition at line 61 of file MobileBaseVelocityControl_nws_yarp.h.
|
protected |
Definition at line 64 of file MobileBaseVelocityControl_nws_yarp.h.