Hi there,
I am trying to setup Isaac ROS on amd64 architecture with Isaac ROS Dev with the docker container with default ros2_humble
key.
When I enter in the container (run_dev.sh
), I expect to install packages, if possible, with apt as written in some cases in the documentation. For example:
sudo apt update &&
sudo apt-get install -y ros-humble-isaac-ros-nvblox
but I always get also with any other Isaac ROS package (not ROS2 humble packages) this error:
Unable to locate package ros-humble-isaac-ros-nvblox
How can I fix it?
I am using release-3.2
3 Likes
I am facing similar issues and check out this thread, no fix yet
Yesterday (08.05.2025) I was able to install isaac ros packages, but not today.
To reproduce, follow these steps isaac_ros_visual_slam — isaac_ros_docs documentation
sudo apt-get update
......
Ign:13 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 Packages
Get:13 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 Packages [2,838 B]
.....
sudo apt-get install -y ros-humble-isaac-ros-visual-slam
Reading package lists... Done
Building depen…
I am facing the same issue too. I was able to locate the package on release-3.1 but failed on 3.2
Im facing the same problem tonight. Tried to reinstall the docker from scratch. Didnt help…
Im facing the same problem from today. It was working good till yesterday
Im also having the same issue today, I tried reinstalling the docker container, and building from scratch but both didn’t work
Hi all,
The issue is currently fixed for US developers. For CN developers, it will be fixed tomorrow.
Keep us posted.
Best,
Raffaello