MCPcopy 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
107bool GridMap::exists(const std::string& layer) const {
108 return !(data_.find(layer) == data_.end());
109}
110
111const Matrix& GridMap::get(const std::string& layer) const {
112 try {

Callers 13

updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
TESTFunction · 0.80
visualizeMethod · 0.80
visualizeMethod · 0.80
visualizeMethod · 0.80
visualizeMethod · 0.80
computeVisualizationMethod · 0.80
getTransformedMapMethod · 0.80
TESTFunction · 0.80

Calls 1

endMethod · 0.80

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64