Fixed segmentObstaclesFromGround() build error

This commit is contained in:
matlabbe
2016-02-17 16:01:14 -05:00
parent c6a46a7238
commit 0a913a9cd4
5 changed files with 18 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ void segmentObstaclesFromGround(
bool segmentFlatObstacles)
{
pcl::IndicesPtr indices(new std::vector<int>);
segmentObstaclesFromGround(
segmentObstaclesFromGround<PointT>(
cloud,
indices,
ground,