Skip to content

Commit

Permalink
Update cylinder_segment.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Aug 9, 2024
1 parent 8cf7f43 commit 29deb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/perception_pipeline/src/cylinder_segment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class CylinderSegment
// First, convert from sensor_msgs to pcl::PointXYZRGB which is needed for most of the processing.
pcl::PointCloud<pcl::PointXYZRGB>::Ptr cloud(new pcl::PointCloud<pcl::PointXYZRGB>);
pcl::fromROSMsg(*input, *cloud);
// Using passthough filter to get region of interest. A passthrough filter just eliminates the point cloud values
// Using passthrough filter to get region of interest. A passthrough filter just eliminates the point cloud values
// which do not lie in the user specified range.
passThroughFilter(cloud);
// Declare normals and call function to compute point normals.
Expand Down

0 comments on commit 29deb0e

Please sign in to comment.