Closed nexuschild closed 10 months ago
Looks like you are trying to fetch a version of the package that doesnt exist anymore 1.0.1-3jammy.20231117.163645
The version currently in the ROS repopsitories is: 1.0.1-3jammy.20240125.200720
Maybe you were unlucky and hit the repo just when it was updated, otherwise in general (maybe not the source of the issue here) consider running apt-get update
in the same run statement as your installation as per docker best practices:
https://docs.docker.com/develop/develop-images/instructions/#apt-get
Yes, this works. I thought the apt-get was running within a docker, which was not affected by the apt-get of my system. Interesting. Thank you so much for your help.
I thought the apt-get was running within a docker, which was not affected by the apt-get of my system.
Yes that is the case the 2 are totally independant
Then, I was just unlucky. :D