11#ifndef YARP_THRIFT_GENERATOR_STRUCT_ODOMETRYDATA6D_H
12#define YARP_THRIFT_GENERATOR_STRUCT_ODOMETRYDATA6D_H
41 double odom_roll{0.0};
45 double odom_pitch{0.0};
53 double base_vel_x{0.0};
57 double base_vel_y{0.0};
61 double base_vel_z{0.0};
65 double base_vel_roll{0.0};
69 double base_vel_pitch{0.0};
73 double base_vel_yaw{0.0};
77 double odom_vel_x{0.0};
81 double odom_vel_y{0.0};
85 double odom_vel_z{0.0};
89 double odom_vel_roll{0.0};
93 double odom_vel_pitch{0.0};
97 double odom_vel_yaw{0.0};
106 const double odom_roll,
107 const double odom_pitch,
108 const double odom_yaw,
109 const double base_vel_x,
110 const double base_vel_y,
111 const double base_vel_z,
112 const double base_vel_roll,
113 const double base_vel_pitch,
114 const double base_vel_yaw,
115 const double odom_vel_x,
116 const double odom_vel_y,
117 const double odom_vel_z,
118 const double odom_vel_roll,
119 const double odom_vel_pitch,
120 const double odom_vel_yaw);
yarp::os::idl::Unwrapped< OdometryData6D > 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.
std::string toString(const T &value)
convert an arbitrary type to string.
For streams capable of holding different kinds of content, check what they actually have.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)