Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
632
void GridMap::setFrameId(const std::string& frameId) {
633
frameId_ = frameId;
634
}
635
636
const std::string& GridMap::getFrameId() const {
637
return frameId_;
Callers
2
getSubmap
Method · 0.45
getTransformedMap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected