Closed magic-Alex closed 11 months ago
with docker
Hi,
Could you confirm that everything that you're running is on the latest version? Could you also provide further details about what platform you're running on?
Could you please run this command inside the container and let us know what the output is:
sudo apt policy ros-humble-isaac-ros-unet
The expected output is something like this:
Installed: (none)
Candidate: 2.1.0-0focal
Version table:
2.1.0-0focal 500
500 https://isaac.download.nvidia.com/isaac-ros/ubuntu/main focal/main amd64 Packages
Hi,
Could you confirm that everything that you're running is on the latest version? Could you also provide further details about what platform you're running on?
Could you please run this command inside the container and let us know what the output is:
sudo apt policy ros-humble-isaac-ros-unet
The expected output is something like this:
Installed: (none) Candidate: 2.1.0-0focal Version table: 2.1.0-0focal 500 500 https://isaac.download.nvidia.com/isaac-ros/ubuntu/main focal/main amd64 Packages
Thinks,I found out that the package and doc had been updated a few days ago, but my package was previously cloned.I solved the problem by deleting docker images and running the new 'run_dev.sh'. Then I have a new question, do I need to build a new image every update.
You should only need to exit the container and run 'run_dev.sh' again which will download any new Docker image needed and launch a fresh container against it.
You should only need to exit the container and run 'run_dev.sh' again which will download any new Docker image needed and launch a fresh container against it. I get it,thinks.
Sorry for reopening this issue,I used a new computer and everything worked according to quickStart, but this problem reappeared. I dont understand.
Sorry for reopening this issue,I used a new computer and everything worked according to quickStart, but this problem reappeared. I dont understand.
Have you executed sudo apt update
before?
Sorry for reopening this issue,I used a new computer and everything worked according to quickStart, but this problem reappeared. I dont understand.
Have you executed
sudo apt update
before?
No,I think it's not necessary,maybe. Because I tried to run run_dev.sh today,everything worked normally. So weird,To ensure success each time, what should I pay attention to?
This is very strange indeed. Let us check whether that package itself is being appeared/disappeared from the manifest on the debian repository somehow. That seems suspect.
I tried to run the demo but I can't find package 'ros-humble-isaac-ros-unet' when installing at step 5 of the Quickstart, do you have any suggestions