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

Method setFrameId

grid_map_core/src/GridMap.cpp:632–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void GridMap::setFrameId(const std::string& frameId) {
633 frameId_ = frameId;
634}
635
636const std::string& GridMap::getFrameId() const {
637 return frameId_;

Callers 2

getSubmapMethod · 0.45
getTransformedMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected