-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ROS2] Fix deprecated PCL API: setFilterLimitsNegative -> setNegative #126
Conversation
@wep21 Can you please check that these changes do not impact performance / functionality? |
// transform pointcloud from sensor frame to fixed robot frame | ||
pcl::transformPointCloud(pc, pc, sensor_to_base); | ||
pcl_ros::transformPointCloud(pc, pc, sensor_to_base_transform_stamped); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wxmerkt Do you have any reason to migrate transform method from pcl to pcl_ros?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's no longer available in the new Rolling version
Thank you @wep21 |
@wxmerkt Could you create a new release for ros2? |
@wep21: Done - thank you for the ping :-) |
Cf.
PointCloudLibrary/pcl@1036334