usv_sim_lsa icon indicating copy to clipboard operation
usv_sim_lsa copied to clipboard

Failed to process package 'uwsim'

Open IamGyal opened this issue 2 years ago • 3 comments
trafficstars

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.

Screenshot from 2023-09-05 12-37-27

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.

IamGyal avatar Sep 05 '23 11:09 IamGyal

I have the same problem, a fix for this would be very nice

ChrisNassif avatar Jun 14 '24 01:06 ChrisNassif

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

ChrisNassif avatar Jun 14 '24 16:06 ChrisNassif

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.

amamory avatar Jul 07 '24 19:07 amamory