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

Method getTimestamp

grid_map_core/src/GridMap.cpp:624–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624Time GridMap::getTimestamp() const {
625 return timestamp_;
626}
627
628void GridMap::resetTimestamp() {
629 timestamp_ = 0.0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected