You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Branch: ROS2-v0.3.0
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?
The text was updated successfully, but these errors were encountered:
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)
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.
Branch: ROS2-v0.3.0
![Screenshot from 2023-05-17 15-30-14](https://private-user-images.githubusercontent.com/85777055/239058824-c1943664-32e1-4157-9bd2-2a80e5c897fc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODY5MTcsIm5iZiI6MTczOTQ4NjYxNywicGF0aCI6Ii84NTc3NzA1NS8yMzkwNTg4MjQtYzE5NDM2NjQtMzJlMS00MTU3LTliZDItMmE4MGU1Yzg5N2ZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIyNDMzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE3YjQzODBmNmFjYzQ5N2ExMTA5NjZlNTVhYzJiMGJhMTA4NzVmNGUzYThmYWNmMGIzOGQ4MTQ3NmEwOTY3ZGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.v3nlduGnw9fam6ZeAcBw1I-WlXqjr7-kPCvB-v_I5O8)
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?
The text was updated successfully, but these errors were encountered: