MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / getBufferOrderToMapFrameAlignment

Function getBufferOrderToMapFrameAlignment

grid_map_core/src/GridMapMath.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266const Eigen::Matrix2i getBufferOrderToMapFrameAlignment()
267{
268 return getBufferOrderToMapFrameTransformation().array().abs().matrix();
269}
270
271bool getSubmapInformation(Index& submapTopLeftIndex,
272 Size& submapBufferSize,

Callers

nothing calls this directly

Tested by

no test coverage detected