[INFO] [launch]: All log files can be found below /home/admin/.ros/log/2025-01-29-13-02-41-371529-GTW-ONX2-ubuntu-13025
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [1738155761.518415355] [isaac_ros_examples]: Info: Interface spec "camera_model" is overridden. The value from the overriding file will be used
[INFO] [1738155761.519713525] [isaac_ros_examples]: Info: Interface spec "camera_frame" is overridden. The value from the overriding file will be used
[INFO] [1738155761.520897324] [isaac_ros_examples]: Info: Interface spec "camera_resolution" is overridden. The value from the overriding file will be used
[ERROR] [launch]: Caught exception in launch (see debug for traceback): package 'zed_wrapper' found at '/workspaces/isaac_ros-dev/install/zed_wrapper', but libexec directory '/workspaces/isaac_ros-dev/install/zed_wrapper/lib/zed_wrapper' does not exist
Additional Observations:
When launching ZED Explorer manually using:
/usr/local/zed/tools/ZED_Explorer
I see the following message in the terminal:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-admin'
** [SVO] Hardware compression (NVENC) available **
[ZED-X][Warning] Failed to connect to zed_x_daemon.
Inside the ZED Explorer interface, I also notice a message indicating:
Disk Free space 0GB on /home/admin/Documents/ZED
I suspect this could be related to either a missing component in the ZED wrapper installation or an issue with the expected directory structure. Any insights on how to resolve this would be appreciated.
Hello thank you for your reply, after checking out the given version and reverting back to the correct SDK version i get the following warning
user@GTW-ONX2-ubuntu:~/workspaces/isaac_ros-dev/src/isaac_ros_common$ cd ${ISAAC_ROS_WS}/src/isaac_ros_common && ./scripts/run_dev.sh
Attaching to running container: isaac_ros_dev-aarch64-container
admin@GTW-ONX2-ubuntu:/workspaces/isaac_ros-dev$ /usr/local/zed/tools/ZED_Explorer
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to ‘/tmp/runtime-admin’
** [SVO] Hardware compression (NVENC) available **
[ZED-X][Warning] Failed to connect to zed_x_daemon.
[ZED-X][Warning] Failed to verify the match between the L4T version of the host and the container. If you are indeed in a container, be sure to run the same L4T version on both.
Do i need to add the rules of the docker to the launching of the run dev script of isaac ros? I can open the ZED_Explorer and see the camera connections. For note i do use two Zed X cameras
Thanks! I appreciate the help but I did run into few issues while trying that as docker couldn’t find few env variables. So added the snippet from this post in my run_dev.sh before the docker run command. And it fixed it.