MCPcopy Create free account
hub / github.com/OctoMap/octomap / transformScans

Method transformScans

octomap/src/ScanGraph.cpp:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 void ScanGraph::transformScans() {
312 for(ScanGraph::iterator it=this->begin(); it != this->end(); it++) {
313 ((*it)->scan)->transformAbsolute((*it)->pose);
314 }
315 }
316
317 bool ScanGraph::writeBinary(const std::string& filename) const {
318 std::ofstream binary_outfile( filename.c_str(), std::ios_base::binary);

Callers

nothing calls this directly

Calls 3

beginMethod · 0.95
endMethod · 0.95
transformAbsoluteMethod · 0.80

Tested by

no test coverage detected