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

PCL compatibility issue? "message_filters/message_event.h: No such file or directory" Ubuntu 22.04, ROS2 Rolling #33

Open
BryanDavey opened this issue May 17, 2023 · 2 comments

Comments

@BryanDavey
Copy link

Branch: ROS2-v0.3.0
Screenshot from 2023-05-17 15-30-14
Ran into issue during "colcon build" while following the suggested install method in README.md.
I was able to reproduce this issue on a LattePanda SBC as well as on a Laptop.
Is this a compatibility issue with the PCL version installed by default on Ubuntu 22.04? (libpcl-dev 1.12.1)
Using ROS2 Rolling Ridley.
How can I resolve this @cygbot @cygbot-ros-support?

@cygbot
Copy link
Contributor

cygbot commented May 19, 2023

Hi, @BryanDavey

Is this a compatibility issue with the PCL version installed by default on Ubuntu 22.04? (libpcl-dev 1.12.1)

Yes, it is. Sorry, but we are not yet ready for ROS2 versions in Ubuntu 22.04. Readme. updated to mention about this. If you want to build this, L31 in CMakeLists.txt, add the codes (include directory)

/opt/ros/rolling/include/message_filters
/opt/ros/rolling/include/pcl_msgs

and L33 ~ L39 delete 'declare_parameter()' functions. Then, you can only build the package but we guess it will not work. Still testing for 22.04 version, updating will take a time. Thanks.

@cygbot cygbot closed this as completed Jun 28, 2023
@cygbot cygbot reopened this Sep 1, 2023
@cygbot
Copy link
Contributor

cygbot commented Sep 5, 2023

Hello, @BryanDavey

We've been testing for Ubuntu 22.04 version, from now, we just updated for it.
Please check ROS 2 update.

Sorry for the delay testing.

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

No branches or pull requests

2 participants