11#ifndef YARP_THRIFT_GENERATOR_SERVICE_MOBILEBASEVELOCITYCONTROLRPC_H
12#define YARP_THRIFT_GENERATOR_SERVICE_MOBILEBASEVELOCITYCONTROLRPC_H
25 virtual bool applyVelocityCommandRPC(
const double x_vel,
const double y_vel,
const double theta_vel,
const double timeout);
30 virtual std::vector<std::string>
help(
const std::string& functionName =
"--all");
virtual std::vector< std::string > help(const std::string &functionName="--all")
MobileBaseVelocityControlRPC()
virtual bool applyVelocityCommandRPC(const double x_vel, const double y_vel, const double theta_vel, const double timeout)
virtual return_getLastVelocityCommand getLastVelocityCommandRPC()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
An interface for reading from a network connection.
Base class for IDL client/server.