MCPcopy Create free account
hub / github.com/OctoMap/octomap_mapping / insertScan

Method insertScan

octomap_server/src/tracking_octomap_server.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void TrackingOctomapServer::insertScan(
68 const tf2::Vector3 & sensor_origin, const PCLPointCloud & ground, const PCLPointCloud & nonground)
69{
70 OctomapServer::insertScan(sensor_origin, ground, nonground);
71
72 if (track_changes_) {
73 trackChanges();
74 }
75}
76
77void TrackingOctomapServer::trackChanges()
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected