Functions | |
bool | checkIfStartIndexAtDefaultPosition (const Index &bufferStartIndex) |
Eigen::Matrix2i | getBufferOrderToMapFrameTransformation () |
Index | getIndexFromIndexVector (const Vector &indexVector, const Size &bufferSize, const Index &bufferStartIndex) |
Vector | getIndexVectorFromIndex (const Index &index, const Size &bufferSize, const Index &bufferStartIndex) |
Eigen::Matrix2i | getMapFrameToBufferOrderTransformation () |
BufferRegion::Quadrant | getQuadrant (const Index &index, const Index &bufferStartIndex) |
bool | getVectorToFirstCell (Vector &vectorToFirstCell, const Length &mapLength, const double &resolution) |
bool | getVectorToOrigin (Vector &vectorToOrigin, const Length &mapLength) |
Vector | transformBufferOrderToMapFrame (const Index &index) |
Index | transformMapFrameToBufferOrder (const Vector &vector) |
Index | transformMapFrameToBufferOrder (const Eigen::Vector2i &vector) |
|
inline |
Definition at line 77 of file GridMapMath.cpp.
|
inline |
Definition at line 55 of file GridMapMath.cpp.
|
inline |
Definition at line 92 of file GridMapMath.cpp.
|
inline |
Definition at line 82 of file GridMapMath.cpp.
|
inline |
Definition at line 64 of file GridMapMath.cpp.
|
inline |
Definition at line 101 of file GridMapMath.cpp.
|
inline |
Gets the vector from the center of the map to the center of the first cell of the map data.
[out] | vectorToFirstCell | the vector from the center of the cell to the center of the map. |
[in] | mapLength | the lengths in x and y direction. |
[in] | resolution | the resolution of the map. |
Definition at line 44 of file GridMapMath.cpp.
|
inline |
Gets the vector from the center of the map to the origin of the map data structure.
[out] | vectorToOrigin | the vector from the center of the map the origin of the map data structure. |
[in] | mapLength | the lengths in x and y direction. |
Definition at line 30 of file GridMapMath.cpp.
Definition at line 60 of file GridMapMath.cpp.
Definition at line 69 of file GridMapMath.cpp.
|
inline |
Definition at line 73 of file GridMapMath.cpp.