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

Method getPosition

grid_map_core/src/GridMap.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233bool GridMap::getPosition(const Index& index, Position& position) const {
234 return getPositionFromIndex(position, index, length_, position_, resolution_, size_, startIndex_);
235}
236
237bool GridMap::isInside(const Position& position) const {
238 return checkIfPositionWithinMap(position, length_, position_);

Callers 15

updateMethod · 0.80
updateMethod · 0.80
fillGridMapFunction · 0.80
interpolateInputMapFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mapAverageFilteringFunction · 0.80

Calls 1

getPositionFromIndexFunction · 0.85

Tested by 10

TESTFunction · 0.64
TESTFunction · 0.64
assertMapGeometryMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
fillGridMapFunction · 0.64