MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / getSubmap

Method getSubmap

grid_map_core/src/GridMap.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287GridMap GridMap::getSubmap(const Position& position, const Length& length, bool& isSuccess) const {
288 Index index;
289 return getSubmap(position, length, index, isSuccess);
290}
291
292GridMap GridMap::getSubmap(const Position& position, const Length& length, Index& indexInSubmap, bool& isSuccess) const {
293 // Submap the generate.

Callers

nothing calls this directly

Calls 7

setBasicLayersMethod · 0.80
setGeometryMethod · 0.80
getQuadrantMethod · 0.80
GridMapClass · 0.50
setTimestampMethod · 0.45
setFrameIdMethod · 0.45

Tested by

no test coverage detected