Error on isaac_ros_dnn_inference with JetsonNX and JetPack4.6

Hi,

I try to run below github project with JetsonNX and JetPack4.6.

But we found errors like below;

admin@usr-desktop:/workspaces/isaac_ros-dev$ colcon build && . install/setup.bash
Starting >>> isaac_ros_nvengine_interfaces
Starting >>> isaac_ros_test
Starting >>> isaac_ros_common
Finished <<< isaac_ros_test [2.81s]
Finished <<< isaac_ros_common [21.2s]
Finished <<< isaac_ros_nvengine_interfaces [28.0s]
Starting >>> isaac_ros_nvengine
Starting >>> isaac_ros_dnn_encoders
— stderr: isaac_ros_nvengine
/usr/bin/ld:/workspaces/isaac_ros-dev/src/isaac_ros_common/isaac_ros_nvengine/gxf/lib/gxf_jetpack46/core/libgxf_core.so: file format not recognized; treating as linker script
/usr/bin/ld:/workspaces/isaac_ros-dev/src/isaac_ros_common/isaac_ros_nvengine/gxf/lib/gxf_jetpack46/core/libgxf_core.so:1: syntax error
collect2: error: ld returned 1 exit status
make[2]: *** [libgxe_node.so] Error 1
make[1]: *** [CMakeFiles/gxe_node.dir/all] Error 2
make: *** [all] Error 2

Failed <<< isaac_ros_nvengine [15.5s, exited with code 2]
Aborted <<< isaac_ros_dnn_encoders [44.4s]

Summary: 3 packages finished [1min 13s]
1 package failed: isaac_ros_nvengine
1 package aborted: isaac_ros_dnn_encoders
1 package had stderr output: isaac_ros_nvengine
3 packages not processed

Question:
Are there anyone success to run this github project with JetsonNX?

We would appreciate if you tell us how to solve this issue.

Best regards,

Hi,

I can proceed this issue following guide in the same link.
Thank you.
“Run git lfs pull in each Isaac ROS repository you have checked out”

And I found another error in the same project below “Walkthroughs”

We would appreciate if you tell us how to solve this issue.

Best regards,

Hi,

Thank you for your help.
Do you have any update?

I would appreciate if you check the behavior with JetsonNX.

Best regards,

Yes, git-lfs will bring down the binaries to resolve your original issue as you discovered. For the Walkthrough mentioning rqt-image-view, this is expected to run on an x86 host, not on the Jetson NX. The ros-foxy-rqt-image-view package does not exist for aarch64/Ubuntu 18.04 (Jetpack 4.6) unfortunately.

Hi,

Thank you very much for your kindness.
I really appreciate your help.

I’d like to continue to check the behavior with x86 host.

Best regards,

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.