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

Method isInside

grid_map_core/src/GridMap.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237bool GridMap::isInside(const Position& position) const {
238 return checkIfPositionWithinMap(position, length_, position_);
239}
240
241bool GridMap::isValid(DataType value) const {
242 return isfinite(value);

Callers 2

addDataFromMethod · 0.45
extendToIncludeMethod · 0.45

Calls 1

checkIfPositionWithinMapFunction · 0.85

Tested by

no test coverage detected