6 #ifndef YARP_DEV_MAPGRID2DINFO_H
7 #define YARP_DEV_MAPGRID2DINFO_H
40 inline double get_x()
const {
return x; }
41 inline double get_y()
const {
return y; }
43 void setOrigin(
double x_init,
double y_init,
double t_init);
46 inline double get_ca()
const {
return ca; }
47 inline double get_sa()
const {
return sa; }
77 bool isInsideMap(
XYCell cell)
const;
84 bool isInsideMap(
XYWorld world)
const;
contains the definition of a Map2DLocation type
contains definitions for common types used in navigation interfaces
MapGrid2DOrigin m_origin
pose of the map frame w.r.t. the bottom left corner of the map image
double m_resolution
meters/pixel
The main, catch-all namespace for YARP.
#define YARP_SUPPRESS_DLL_INTERFACE_WARNING_ARG(x)
Suppress MSVC C4251 warning for the declaration.