iai_kinect2 icon indicating copy to clipboard operation
iai_kinect2 copied to clipboard

does it suppot kinetic

Open voyage19941119 opened this issue 8 years ago • 9 comments

I'm compiling iai_kinect2 on ROS kinetic,meeting some erros .but the rgbdslamv2 requires kinetic does it support kinetic?

voyage19941119 avatar May 22 '17 05:05 voyage19941119

never tested it on kinetic.

kohrt avatar May 23 '17 19:05 kohrt

I am using it on kinetic with no error! Can you post your errors?

marketto89 avatar May 24 '17 01:05 marketto89

I'm also using it on Kinetic, in Ubuntu 16.04 x64. Doing the calibration right now. This error: [ERROR] Tried to advertise a service that is already advertised in this node [/kinect2_calib_1497287035403628631/compressed/set_parameters] is documented, but other users say that it works anyway. What's yours?

SergioMP avatar Jun 12 '17 17:06 SergioMP

Same error, but I confirm it works anyway!

marketto89 avatar Jun 13 '17 20:06 marketto89

Hey guys,

I am sorry I am just a beginner. I was also trying to install thison ROS-Kinetic however, in the last catkin_make, the make is failing. I know there can be multiple reasons for it

/opt/ros/kinetic/include/opencv-3.2.0-dev/opencv2/flann/saving.h:113:63: error: exception handling disabled, use -fexceptions to enable throw FLANNException("Invalid index file, cannot read");

This is one of the error which is coming up. Is this because I don't have opencv-2.4 installed ??

Thanks in advance

Edit: Issue number 377 is helpful and the problem is solved. Thank you nevertheless

aadityasaraiya avatar Sep 19 '17 18:09 aadityasaraiya

Catkin_make is failing in kinetic in Jetson TX2.

[ 90%] Linking CXX executable /home/ubuntu/jetsonbot/devel/lib/kinect2_viewer/kinect2_viewer /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libGL.so: undefined reference to drmCloseOnce' /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libGL.so: undefined reference to drmMap' /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libGL.so: undefined reference to drmUnmap' /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libGL.so: undefined reference to drmFreeDevice' /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libGL.so: undefined reference to drmGetDevices' /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libGL.so: undefined reference to drmGetDevice' /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libGL.so: undefined reference to drmOpenOnce' /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libGL.so: undefined reference to drmFreeDevices' collect2: error: ld returned 1 exit status iai_kinect2/kinect2_viewer/CMakeFiles/kinect2_viewer.dir/build.make:500: recipe for target '/home/ubuntu/jetsonbot/devel/lib/kinect2_viewer/kinect2_viewer' failed make[2]: *** [/home/ubuntu/jetsonbot/devel/lib/kinect2_viewer/kinect2_viewer] Error 1 CMakeFiles/Makefile2:2793: recipe for target 'iai_kinect2/kinect2_viewer/CMakeFiles/kinect2_viewer.dir/all' failed make[1]: *** [iai_kinect2/kinect2_viewer/CMakeFiles/kinect2_viewer.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j4 -l4" failed

can someone help me out ?

venkisagunner93 avatar Oct 18 '17 01:10 venkisagunner93

Never mind ! Doing this worked.

cd /usr/lib/aarch64-linux-gnu sudo rm libGL.so sudo ln -s /usr/lib/aarch64-linux-gnu/tegra/libGL.so libGL.so

venkisagunner93 avatar Oct 18 '17 01:10 venkisagunner93

@aadityacr7 I'm having the same problem, any updates from you? -- Edit: problem solved. Got a solution from https://github.com/code-iai/iai_kinect2/issues/377

songlin avatar Jan 05 '18 08:01 songlin

Have the same issue in TX2. Making these changes didnt help. Any other suggestion please?

cd /usr/lib/aarch64-linux-gnu sudo rm libGL.so sudo ln -s /usr/lib/aarch64-linux-gnu/tegra/libGL.so libGL.so

cshreyastech avatar Jun 03 '19 01:06 cshreyastech