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

Method isValid

grid_map_core/src/GridMap.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241bool GridMap::isValid(DataType value) const {
242 return isfinite(value);
243}
244
245bool GridMap::isValid(const Index& index) const {
246 return isValid(index, basicLayers_);

Callers 15

computeWithAreaSerialMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
mainFunction · 0.80
mapAverageFilteringFunction · 0.80
toPointCloudMethod · 0.80
toGridCellsMethod · 0.80
saveToBagMethod · 0.80
visualizeMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64