Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ isDefaultStartIndex
Method
isDefaultStartIndex
grid_map_core/src/GridMap.cpp:664–666 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
662
}
663
664
bool GridMap::isDefaultStartIndex() const {
665
return (startIndex_ == 0).all();
666
}
667
668
void GridMap::convertToDefaultStartIndex() {
669
if (isDefaultStartIndex()) return;
Callers
2
update
Method · 0.80
setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected