Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ exists
Method
exists
grid_map_core/src/GridMap.cpp:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
bool GridMap::exists(const std::string& layer) const {
108
return !(data_.find(layer) == data_.end());
109
}
110
111
const Matrix& GridMap::get(const std::string& layer) const {
112
try {
Callers
13
update
Method · 0.80
update
Method · 0.80
update
Method · 0.80
update
Method · 0.80
TEST
Function · 0.80
visualize
Method · 0.80
visualize
Method · 0.80
visualize
Method · 0.80
visualize
Method · 0.80
computeVisualization
Method · 0.80
getTransformedMap
Method · 0.80
TEST
Function · 0.80
Calls
1
end
Method · 0.80
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64