Open IamGyal opened 1 year ago
I have the same problem, a fix for this would be very nice
My problem came from trying to use the provided dockerfile in the docker branch. I was able to partially fix this through docker by pulling a docker container from the internet that was prebuilt but I still haven't figured out why the dockerfile provided in the repo doesn't work anymore
the repo was just updated with improved docker and documentation. Hopefully this will help you to solve the issue. For your info, i just tested it in host w Ubuntu 24.04 in a computer w Intel graphics.
I've met this error while compiling the stack with the command
catkin_make_isolated --install
. I'm using Ubuntu 18.04 and ROS melodic.sudo apt search libcurl3
gives me:ldd /opt/ros/kinetic/lib/libresource_retriever.so |grep curl
gives me:libcurl.so.4 => /usr/lib/x86_64-linux-gnu/libcurl.so.4 (0x00007f8d74482000)
Is there any solution for this?
Thank you very much.