Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ getUnwrappedIndex
Method
getUnwrappedIndex
grid_map_core/src/iterators/GridMapIterator.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
const Index GridMapIterator::getUnwrappedIndex() const
58
{
59
return getIndexFromBufferIndex(*(*this), size_, startIndex_);
60
}
61
62
GridMapIterator& GridMapIterator::operator ++()
63
{
Callers
3
toOccupancyGrid
Method · 0.80
addLayerFromImage
Method · 0.80
toImage
Method · 0.80
Calls
1
getIndexFromBufferIndex
Function · 0.85
Tested by
no test coverage detected