Refactors to use pcl-1.7

This commit is contained in:
William Woodall
2013-07-09 18:56:23 -07:00
committed by Paul Bovbel
parent 4e64cb25e7
commit a3840127f8
21 changed files with 147 additions and 76 deletions
@@ -59,7 +59,7 @@ namespace pcl_ros
class MovingLeastSquares : public PCLNodelet
{
typedef pcl::PointXYZ PointIn;
typedef pcl::Normal NormalOut;
typedef pcl::PointNormal NormalOut;
typedef pcl::PointCloud<PointIn> PointCloudIn;
typedef PointCloudIn::Ptr PointCloudInPtr;