MCPcopy 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
656void GridMap::setStartIndex(const Index& startIndex) {
657 startIndex_ = startIndex;
658}
659
660const Index& GridMap::getStartIndex() const {
661 return startIndex_;

Callers 1

fromMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected