Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
bool GridMap::isValid(DataType value) const {
242
return isfinite(value);
243
}
244
245
bool GridMap::isValid(const Index& index) const {
246
return isValid(index, basicLayers_);
Callers
15
computeWithAreaSerial
Method · 0.80
computeWithAreaParallel
Method · 0.80
update
Method · 0.80
update
Method · 0.80
main
Function · 0.80
mapAverageFiltering
Function · 0.80
addLayerFromPolygonMesh
Method · 0.80
toPointCloud
Method · 0.80
toGridCells
Method · 0.80
saveToBag
Method · 0.80
visualize
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64