ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Duo3d driver on Jetson TK1

asked 2017-04-07 07:14:17 -0500

moody gravatar image

updated 2017-04-07 07:16:32 -0500

Hello everybody.

I have looked really long for a solution but i cant figure out what the problem is.

I am trying to install the ros driver package for the duo3d camera http://wiki.ros.org/duo3d-ros-driver on the Jetson tk1 board. But every time i try the catkin_make command i will get an error output with:

...catkin_ws/src/duo3d_driver/lib/libDUO.so: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
make[2]: *** [...catkin_ws/devel/lib/duo3d_driver/duo3d_driver] Error 1
make[1]: *** [duo3d_driver/CMakeFiles/duo3d_driver.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j1 -l1" failed

Maybe some of you could help me with this problem :-)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-04-13 08:32:47 -0500

moody gravatar image

Ok. I Figured it out myself:

the Problem was due to the wrong SDK in the devel folder of my workspace. For some reason the Driver had downlaoded the SDK automatically for the amd64. So the solution was to replace the wrong SDK by the one needed by armhf.

edit flag offensive delete link more

Comments

Could you please specify what you've done exactly? I am encountering the same problem, but on an ODROID XU4.

Flacedoo gravatar image Flacedoo  ( 2017-07-13 03:17:01 -0500 )edit

Sry for the really late reply: hope you figured it out yourself by now. Else: Downloaded the correct SDK from their website and replaced the one in my devel folder with the one for armhf.

moody gravatar image moody  ( 2017-08-02 08:22:02 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-04-07 07:14:17 -0500

Seen: 210 times

Last updated: Jul 13 '17