MCPcopy 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
664bool GridMap::isDefaultStartIndex() const {
665 return (startIndex_ == 0).all();
666}
667
668void GridMap::convertToDefaultStartIndex() {
669 if (isDefaultStartIndex()) return;

Callers 2

updateMethod · 0.80
setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected