Browse Source

set height and width in filtered PCL

master
Louis-Guillaume DUBOIS 11 years ago
parent
commit
860733643d
  1. 2
      src/filtre.cpp

2
src/filtre.cpp

@ -18,6 +18,8 @@ class Callback {
if (pt.z < zmax)
pcl->push_back(pt);
}
pcl->height = 1;
pcl->width = pcl->points.size();
publisher.publish(pcl);
}

Loading…
Cancel
Save