Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ transformBufferOrderToMapFrame
Function
transformBufferOrderToMapFrame
grid_map_core/src/GridMapMath.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
inline Vector transformBufferOrderToMapFrame(const Index& index) {
61
return {-index[0], -index[1]};
62
}
63
64
inline Eigen::Matrix2i getMapFrameToBufferOrderTransformation()
65
{
Callers
2
getIndexVectorFromIndex
Function · 0.85
getPositionShiftFromIndexShift
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected