Merge branch 'master' of github.com:introlab/rtabmap into devel

This commit is contained in:
matlabbe
2016-06-14 11:56:22 -04:00

View File

@@ -116,6 +116,8 @@ void segmentObstaclesFromGround(
} }
//Cluster remaining stuff (obstacles) //Cluster remaining stuff (obstacles)
if(otherStuffIndices->size())
{
std::vector<pcl::IndicesPtr> clusteredObstaclesSurfaces = util3d::extractClusters( std::vector<pcl::IndicesPtr> clusteredObstaclesSurfaces = util3d::extractClusters(
cloud, cloud,
otherStuffIndices, otherStuffIndices,
@@ -127,6 +129,7 @@ void segmentObstaclesFromGround(
} }
} }
} }
}
template<typename PointT> template<typename PointT>
void segmentObstaclesFromGround( void segmentObstaclesFromGround(