Closed ikhann closed 1 year ago
I checked if the library is present on my system:
admin@tegra-ubuntu:/workspaces/isaac_ros-dev$ ldconfig -p | grep libnvidia-kms.so
libnvidia-kms.so.35.2.1 (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/tegra/libnvidia-kms.so.35.2.1
libnvidia-kms.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/tegra/libnvidia-kms.so
So, it looks like I have the older Jetpack version 35.1 instead of 35.1.1.
Yes, as specified in our supported platforms section, we require the latest JetPack 5.1.1 release for Isaac ROS Argus Camera.
Could you try upgrading to the latest version, either by reflashing or by using the steps here, and see if that works for you?
Hi,
My System: Jetson Orin NX and IMX219 camera module (Raspberry Camera v2) Ubuntu 20.04 Jetpack 5.1
I attempted to replicate the example provided in the Quickstart guide, but encountered some errors:
Could you please help me to solve this issue? Thanks in advance.