Skip to content

Commit

Permalink
Fix scope of ground filtered indices
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Jun 22, 2015
1 parent a5e107c commit 85c0f43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/pcl/filters/GroundFilter.cpp
Expand Up @@ -128,7 +128,6 @@ PointViewSet GroundFilter::run(PointViewPtr input)
pmf.setCellSize(m_cellSize);

// run the PMF filter, grabbing indices of ground returns
pcl::PointIndicesPtr idx(new pcl::PointIndices);
pmf.extract(idx->indices);
} else
{
Expand Down

0 comments on commit 85c0f43

Please sign in to comment.