11 #ifndef YARP_THRIFT_GENERATOR_STRUCT_ODOMETRYDATA_H
12 #define YARP_THRIFT_GENERATOR_STRUCT_ODOMETRYDATA_H
70 const double odom_theta,
71 const double base_vel_x,
72 const double base_vel_y,
73 const double base_vel_theta,
74 const double odom_vel_x,
75 const double odom_vel_y,
76 const double odom_vel_theta);
126 void start_editing();
128 #ifndef YARP_NO_DEPRECATED
139 #ifndef YARP_NO_DEPRECATED
148 void set_odom_x(
const double odom_x);
149 double get_odom_x()
const;
150 virtual bool will_set_odom_x();
151 virtual bool did_set_odom_x();
154 void set_odom_y(
const double odom_y);
155 double get_odom_y()
const;
156 virtual bool will_set_odom_y();
157 virtual bool did_set_odom_y();
160 void set_odom_theta(
const double odom_theta);
161 double get_odom_theta()
const;
162 virtual bool will_set_odom_theta();
163 virtual bool did_set_odom_theta();
166 void set_base_vel_x(
const double base_vel_x);
167 double get_base_vel_x()
const;
168 virtual bool will_set_base_vel_x();
169 virtual bool did_set_base_vel_x();
172 void set_base_vel_y(
const double base_vel_y);
173 double get_base_vel_y()
const;
174 virtual bool will_set_base_vel_y();
175 virtual bool did_set_base_vel_y();
178 void set_base_vel_theta(
const double base_vel_theta);
179 double get_base_vel_theta()
const;
180 virtual bool will_set_base_vel_theta();
181 virtual bool did_set_base_vel_theta();
184 void set_odom_vel_x(
const double odom_vel_x);
185 double get_odom_vel_x()
const;
186 virtual bool will_set_odom_vel_x();
187 virtual bool did_set_odom_vel_x();
190 void set_odom_vel_y(
const double odom_vel_y);
191 double get_odom_vel_y()
const;
192 virtual bool will_set_odom_vel_y();
193 virtual bool did_set_odom_vel_y();
196 void set_odom_vel_theta(
const double odom_vel_theta);
197 double get_odom_vel_theta()
const;
198 virtual bool will_set_odom_vel_theta();
199 virtual bool did_set_odom_vel_theta();
218 bool is_dirty_odom_x;
219 bool is_dirty_odom_y;
220 bool is_dirty_odom_theta;
221 bool is_dirty_base_vel_x;
222 bool is_dirty_base_vel_y;
223 bool is_dirty_base_vel_theta;
224 bool is_dirty_odom_vel_x;
225 bool is_dirty_odom_vel_y;
226 bool is_dirty_odom_vel_theta;
236 void mark_dirty_odom_x();
237 void mark_dirty_odom_y();
238 void mark_dirty_odom_theta();
239 void mark_dirty_base_vel_x();
240 void mark_dirty_base_vel_y();
241 void mark_dirty_base_vel_theta();
242 void mark_dirty_odom_vel_x();
243 void mark_dirty_odom_vel_y();
244 void mark_dirty_odom_vel_theta();
247 void dirty_flags(
bool flag);
Editor & operator=(Editor &&rhs)=delete
Editor(const Editor &rhs)=delete
Editor(Editor &&rhs)=delete
Editor & operator=(const Editor &rhs)=delete
double base_vel_x
velocity of the robot [m/s] expressed in the robot reference frame
double odom_vel_y
velocity of the robot [m/s] expressed in the world reference frame
double base_vel_theta
angular velocity of the robot [deg/s] expressed in the robot reference frame
double odom_vel_theta
angular velocity of the robot [deg/s] expressed in the world reference frame
double base_vel_y
velocity of the robot [m/s] expressed in the robot reference frame
double odom_x
position of the robot [m], expressed in the world reference frame
double odom_y
position of the robot [m], expressed in the world reference frame
double odom_theta
orientation the robot [deg], expressed in the world reference frame
double odom_vel_x
velocity of the robot [m/s] expressed in the world reference frame
yarp::os::idl::Unwrapped< OdometryData > unwrapped
An interface for reading from a network connection.
An interface for writing to a network connection.
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
Base class for IDL client/server.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
IDL-friendly connection writer.
#define YARP_DEPRECATED_MSG(MSG)
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...
std::string toString(const T &value)
convert an arbitrary type to string.
bool isValid()
Check if time is valid (non-zero).
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)
The main, catch-all namespace for YARP.