Closed ArghyaChatterjee closed 1 year ago
Are you running this inside the Isaac ROS Docker container started using run_dev.sh
from Isaac ROS Common? That Docker container will have all of the dependencies you need, including VPI.
If you choose not to run Isaac ROS inside the container, you will need to manually install the VPI debians using the steps here, along with all of the other dependencies that are automatically installed in that Dockerfile.
On x86, VPI must be installed manually, but on Jetson, VPI can be automatically installed by the SDK Manager during the initial device flash process.
@jaiveersinghNV
I am facing the same issue while running inside the ISAAC ROS Docker container using run_dev.sh
. I am doing this on Jetson TX2 board.
@jaiveersinghNV I am facing the same issue while running inside the ISAAC ROS Docker container using
run_dev.sh
. I am doing this on Jetson TX2 board.
I've met this problem on Jetson Orin NX board before (in the Isaac Ros Docker container). try this, maybe you just lost some packages.
sudo apt intall libnvvpi2 vpi2-dev
Hello,
I am trying this repository outside docker. I have a laptop with ubuntu 22.04 and ros humble version installed. I am having the following issue:
When I tried to install libnvvpi2, it also can't find it. Is this vpi part of jetson family ?
What should I do now ?