#include <networkWrappers/mobileBaseVelocityControl_nws_yarp/MobileBaseVelocityControlServerImpl.h>
Public Member Functions | |
IMobileBaseVelocityControlRPCd (yarp::dev::Nav2D::INavigation2DVelocityActions *_iNavVel) | |
yarp::dev::ReturnValue | applyVelocityCommandRPC (const double x_vel, const double y_vel, const double theta_vel, const double timeout) override |
return_getLastVelocityCommand | getLastVelocityCommandRPC () override |
std::mutex * | getMutex () |
![]() | |
MobileBaseVelocityControlRPC () | |
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. | |
![]() | |
yarp::os::WireLink & | yarp () |
Get YARP state associated with this object. | |
const yarp::os::WireLink & | yarp () const |
Get YARP state associated with this object (const version). | |
![]() | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
Definition at line 14 of file MobileBaseVelocityControlServerImpl.h.
|
inline |
Definition at line 21 of file MobileBaseVelocityControlServerImpl.h.
|
overridevirtual |
Reimplemented from MobileBaseVelocityControlRPC.
Definition at line 22 of file MobileBaseVelocityControlServerImpl.cpp.
|
overridevirtual |
Reimplemented from MobileBaseVelocityControlRPC.
Definition at line 35 of file MobileBaseVelocityControlServerImpl.cpp.
|
inline |
Definition at line 26 of file MobileBaseVelocityControlServerImpl.h.