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

Method hasBasicLayers

grid_map_core/src/GridMap.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool GridMap::hasBasicLayers() const {
77 return basicLayers_.size() > 0;
78}
79
80bool GridMap::hasSameLayers(const GridMap& other) const {
81 for (const auto& layer : layers_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected