-
Notifications
You must be signed in to change notification settings - Fork 334
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
1.7.4 does not include the fix the missing BOOST FOREACH macro #403
Comments
A release for Noetic was last done in Feb '22 (that commit is from July). Assuming PCL shouldn't be changing mid-distribution and you're compiling with the supported PCL version for your distribution per REP 2000, you should be compiling fine. If you're using a newer version, then yes, there can be issues with compatibility - since arbitrary versions of PCL are not officially supported (this is why we have REP 2000). We can run a release though in the coming weeks. I generally overlook ROS 1 at this point since no new development is happening there across the ecosystem. |
@SteveMacenski Are there still plans for a release? |
It looks like @paulbovbel made a release for 1.7.5 about 4 months ago. Should/can that be released into bloom Paul? @mvieth to be honest, I don't really keep track of ROS 1 anymore. Nav2 has blown so far past ROS Navigation I couldn't even imagine going back :-) |
Hi, I was compiling
ros-noetic-desktop-full
in my arch linux installation. And found that the latest 1.7.4 release does not include the fix eb8f009 for the missing BOOST FOREACH macro, causing me unable to compile this package.The current boost version installed is 1.81.0
https://github.com/ros-perception/perception_pcl/blob/1.7.4/pcl_ros/include/pcl_ros/point_cloud.h
The text was updated successfully, but these errors were encountered: