usv_sim_lsa
usv_sim_lsa copied to clipboard
Failed to process package 'uwsim'
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:
Sorting... Done
Full Text Search... Done
libcurl3/bionic 7.58.0-2ubuntu2 amd64
easy-to-use client-side URL transfer library (OpenSSL flavour)
libcurl3-gnutls/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.24 amd64 [installed,automatic]
easy-to-use client-side URL transfer library (GnuTLS flavour)
libcurl3-nss/bionic-updates,bionic-security 7.58.0-2ubuntu3.24 amd64
easy-to-use client-side URL transfer library (NSS flavour)
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.
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.