Hello, I am using Nova Developer kit.
Thanks to your work, i am glad to hear that i can use isaac ros 3.2 with Jetpack 6.1.
However, after upgrading my Orin to 6.1 by SDKManager and following the official docs, it keep fails to install isaac-ros packages with binary packages.
For example, when i try sudo apt-get install ros-humble-nova-developer-kit-bringup
inside the isaac_ros-dev docker image, the following error occurs:
The following packages have unmet dependencies:
ros-humble-gxf-isaac-ess : Depends: libnvinfer8 but it is not installable
ros-humble-gxf-isaac-triton : Depends: libnvinfer8 but it is not installable
Depends: libnvonnxparsers8 but it is not installable
Depends: libnvparsers8 but it is not installable
ros-humble-isaac-ros-tensor-rt : Depends: libnvonnxparsers8 but it is not installable
Depends: ros-humble-gxf-isaac-tensor-rt but it is not going to be installed
how should i deal with this issue? Did i miss something during setup?
Best regards,
Seungseok