11#ifndef YARP_THRIFT_GENERATOR_STRUCT_ODOMETRYDATA_H
12#define YARP_THRIFT_GENERATOR_STRUCT_ODOMETRYDATA_H
37 double odom_theta{0.0};
41 double base_vel_x{0.0};
45 double base_vel_y{0.0};
49 double base_vel_theta{0.0};
53 double odom_vel_x{0.0};
57 double odom_vel_y{0.0};
61 double odom_vel_theta{0.0};
69 const double odom_theta,
70 const double base_vel_x,
71 const double base_vel_y,
72 const double base_vel_theta,
73 const double odom_vel_x,
74 const double odom_vel_y,
75 const double odom_vel_theta);
std::string toString(const T &value)
convert an arbitrary type to string.
yarp::os::idl::Unwrapped< OdometryData > unwrapped
An interface for reading from a network connection.
An interface for writing to a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
IDL-friendly connection writer.
For streams capable of holding different kinds of content, check what they actually have.