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

iai_kinect2 bridge launch

asked 2014-11-15 20:20:05 -0500

Robin Singh gravatar image

I am trying to get KinectV2 started with ROS but having trouble while launching a demo

while launching kinect2_bridge.launch i am getting a linker error

error while loading shared libraries: libGLEWmx.so.1.11: cannot open shared object

I could locate the libGLEWmx.so.1.11 file in /usr/local/lib and did an export LD_LIBRARY but it dint work reliably.

Any help

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-11-25 16:21:42 -0500

Robin Singh gravatar image

Easy peezy

So the libGLEWmx.so.1.11 was present in the /libfreenect2/depend/glew/lib64/ so i just created a linker using

sudo ln -s /libfreenect2/depend/glew/lib64/libGLEWmx.so.1.11 /usr/lib/libGLEWmx.so.1.11

KaPaow ! it worked

edit flag offensive delete link more
0

answered 2015-02-12 13:34:06 -0500

Pototo gravatar image

Are you having permission issues? Can you just launch the launch file without permission issues?

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-11-15 20:20:05 -0500

Seen: 727 times

Last updated: Feb 12 '15