17#define DEFAULT_THREAD_PERIOD 0.01
20#define M_PI 3.14159265358979323846
27#define CHECK_POINTER(xxx) {if (xxx==nullptr) {yCError(ODOM2D_RPC, "Invalid interface"); return false;}}
31 std::lock_guard <std::mutex>
lg(m_mutex);
yarp::dev::ReturnValue reset_odometry_RPC() override
virtual yarp::dev::ReturnValue resetOdometry()=0
Resets the odometry of the robot to zero.
A mini-server for performing network communication in the background.
#define yCError(component,...)
#define YARP_LOG_COMPONENT(name,...)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.