| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected