YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
MobileBaseVelocityControlRPC Class Reference

#include <messages/mobileBaseVelocityControlMsgs/idl_generated_code/MobileBaseVelocityControlRPC.h>

+ Inheritance diagram for MobileBaseVelocityControlRPC:

Public Member Functions

 MobileBaseVelocityControlRPC ()
 
virtual yarp::dev::ReturnValue 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.
 
- Public Member Functions inherited from yarp::os::Wire
yarp::os::WireLinkyarp ()
 Get YARP state associated with this object.
 
const yarp::os::WireLinkyarp () const
 Get YARP state associated with this object (const version).
 
- Public Member Functions inherited from yarp::os::PortReader
virtual ~PortReader ()
 Destructor.
 
virtual Type getReadType () const
 

Detailed Description

Definition at line 19 of file MobileBaseVelocityControlRPC.h.

Constructor & Destructor Documentation

◆ MobileBaseVelocityControlRPC()

MobileBaseVelocityControlRPC::MobileBaseVelocityControlRPC ( )

Definition at line 459 of file MobileBaseVelocityControlRPC.cpp.

Member Function Documentation

◆ applyVelocityCommandRPC()

yarp::dev::ReturnValue MobileBaseVelocityControlRPC::applyVelocityCommandRPC ( const double  x_vel,
const double  y_vel,
const double  theta_vel,
const double  timeout 
)
virtual

Reimplemented in IMobileBaseVelocityControlRPCd.

Definition at line 464 of file MobileBaseVelocityControlRPC.cpp.

◆ getLastVelocityCommandRPC()

return_getLastVelocityCommand MobileBaseVelocityControlRPC::getLastVelocityCommandRPC ( )
virtual

Reimplemented in IMobileBaseVelocityControlRPCd.

Definition at line 474 of file MobileBaseVelocityControlRPC.cpp.

◆ help()

std::vector< std::string > MobileBaseVelocityControlRPC::help ( const std::string &  functionName = "--all")
virtual

Definition at line 485 of file MobileBaseVelocityControlRPC.cpp.

◆ read()

bool MobileBaseVelocityControlRPC::read ( yarp::os::ConnectionReader reader)
overridevirtual

Read this object from a network connection.

Override this for your particular class.

Parameters
readeran interface to the network connection for reading
Returns
true iff the object is successfully read

Implements yarp::os::PortReader.

Definition at line 515 of file MobileBaseVelocityControlRPC.cpp.


The documentation for this class was generated from the following files: