Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ setStartIndex
Method
setStartIndex
grid_map_core/src/GridMap.cpp:656–658 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
654
}
655
656
void GridMap::setStartIndex(const Index& startIndex) {
657
startIndex_ = startIndex;
658
}
659
660
const Index& GridMap::getStartIndex() const {
661
return startIndex_;
Callers
1
fromMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected