Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ resetTimestamp
Method
resetTimestamp
grid_map_core/src/GridMap.cpp:628–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
626
}
627
628
void GridMap::resetTimestamp() {
629
timestamp_ = 0.0;
630
}
631
632
void GridMap::setFrameId(const std::string& frameId) {
633
frameId_ = frameId;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected