MCPcopy Create free account
hub / github.com/Pamphlett/Outram / getGround

Method getGround

include/imageProjection.hpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 void getGround(pcl::PointCloud<pcl::PointXYZ>& output) {
229 pcl::copyPointCloud(*groundCloud, output);
230 }
231
232 void getGround(pcl::PointCloud<pcl::PointXYZI>& output) {
233 output = *groundCloud;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected