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

gt-mike's profile - activity

2014-02-20 10:26:07 -0500 received badge  Nice Question (source)
2014-02-19 11:25:22 -0500 received badge  Student (source)
2014-02-01 07:10:18 -0500 received badge  Famous Question (source)
2014-01-28 18:46:40 -0500 received badge  Notable Question (source)
2014-01-28 06:38:55 -0500 received badge  Popular Question (source)
2014-01-28 05:13:29 -0500 asked a question hydro + kinect + Ubuntu 12.04 library issue?

I am trying to use ROS Hydro to launch a Kinect in Ubuntu 12.04 LTS.

I installed the proper packages using: sudo apt-get-install ros-hydro-openni-camera ros-hydro-openni-launch

However, when I run $roslaunch openni_launch openni.launch I get this error with ROS Hydro: /opt/ros/hydro/lib/nodelet/nodelet: symbol lookup error: /opt/ros/hydro/lib//libopenni_nodelet.so: undefined symbol: _ZN3ros7console5printEPNS0_10FilterBaseEPvNS0_6levels5LevelEPKciS7_S7_z

It seems to me that the path is wrong because it contains two //'s in a row before libopenni_nodelet.so but I have no idea where I should fix the problem.

Thanks for your time in advance. --Mike