Skip to content

Commit

Permalink
Merge pull request #2001 from denix56/GeometryHandlerFix
Browse files Browse the repository at this point in the history
Fix bug in PointCloudGeometryHandlerCustom
  • Loading branch information
SergioRAgostinho authored Sep 21, 2017
2 parents 079cf24 + e56bfdc commit de59cd1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ namespace pcl
const std::string &x_field_name,
const std::string &y_field_name,
const std::string &z_field_name)
: pcl::visualization::PointCloudGeometryHandler<PointT>::PointCloudGeometryHandler (cloud)
{
field_x_idx_ = pcl::getFieldIndex (*cloud, x_field_name, fields_);
if (field_x_idx_ == -1)
Expand Down

0 comments on commit de59cd1

Please sign in to comment.