Skip to content
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

Merged
merged 6 commits into from
Apr 17, 2024

Conversation

wxmerkt
Copy link
Member

@wxmerkt wxmerkt commented Mar 24, 2024

@wxmerkt wxmerkt changed the title Fix deprecated PCL API: setFilterLimitsNegative -> setNegative [ROS2] Fix deprecated PCL API: setFilterLimitsNegative -> setNegative Mar 24, 2024
@wxmerkt
Copy link
Member Author

wxmerkt commented Apr 8, 2024

@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);
Copy link

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?

Copy link
Member Author

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

@wep21
Copy link

wep21 commented Apr 14, 2024

It seems to work fine.
image

@wxmerkt
Copy link
Member Author

wxmerkt commented Apr 17, 2024

Thank you @wep21

@wxmerkt wxmerkt merged commit 99e9f64 into ros2 Apr 17, 2024
4 checks passed
@wxmerkt wxmerkt deleted the topic/fix-ros2-pcl branch April 17, 2024 13:00
@wep21
Copy link

wep21 commented May 18, 2024

@wxmerkt Could you create a new release for ros2?

@wxmerkt
Copy link
Member Author

wxmerkt commented May 25, 2024

@wep21: Done - thank you for the ping :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants