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

patrickl's profile - activity

2014-03-12 07:01:18 -0500 received badge  Enthusiast
2014-03-10 09:20:21 -0500 commented question Problem running openni_launch.launch --- Failed to load nodelet [/camera/driver] of type [openni_camera/driver]: Could not find library corresponding to plugin openni_camera/driver.

can you tell me your laptop model?

2014-03-09 23:32:57 -0500 commented question Problem running openni_launch.launch --- Failed to load nodelet [/camera/driver] of type [openni_camera/driver]: Could not find library corresponding to plugin openni_camera/driver.

a installation of the ros-groovy-openni-launch normally includes all needed libs and drivers.... your laptop hast maybe something like this? http://en.wikipedia.org/wiki/ESATAp

2014-03-07 02:27:45 -0500 commented question Problem running openni_launch.launch --- Failed to load nodelet [/camera/driver] of type [openni_camera/driver]: Could not find library corresponding to plugin openni_camera/driver.

Maybe a usb2.0/esata combo? it would be the easiest way. If not, you can maybe find a solution here: http://answers.ros.org/question/53089/ubuntu-1210-groovy-openni-usb30-working/ or http://answers.ros.org/question/9179/kinect-and-usb-30/

2014-03-07 01:40:06 -0500 commented question Problem running openni_launch.launch --- Failed to load nodelet [/camera/driver] of type [openni_camera/driver]: Could not find library corresponding to plugin openni_camera/driver.

when you type "lsusb" you can see your kinect? You are using an USB3.0 Port? Only the camera/driver process died or a few more? Maybe you can try "killall -s 9 XnSensorServer" and then start the driver again. If it doesnt work, please try another USB port....

2014-03-07 00:58:44 -0500 received badge  Supporter (source)
2014-03-07 00:48:00 -0500 commented question RoboEarth RE_comm fails to build HELP!

for the first, try to build "re_object_detector_gui" and "re_object_recoder", then you will be able to create models and detect them. Your error with "re_comm" maybe can be fixed by using the knowrob from git clone https://github.com/knowrob/knowrob.git Regards

2014-03-07 00:02:13 -0500 received badge  Necromancer (source)
2014-03-07 00:02:13 -0500 received badge  Teacher (source)
2014-03-06 23:58:40 -0500 commented answer unable to build re_vision, problem with g2o-library

if there is still a problem..... try to remove the libg2o package: sudo apt-get remove ros-groovy-libg2o after that install the libg2o from source, this should work ;)

2014-03-06 23:50:57 -0500 commented answer RoboEarth installation problem

you tried to install the package from source? git clone https://github.com/gheorghelisca/rosjava_jni.git client_rosjava_jni maybe this will work

2014-03-06 23:44:54 -0500 answered a question unable to build re_vision, problem with g2o-library

if there is still a problem.....

try to remove the libg2o package: sudo apt-get remove ros-groovy-libg2o

after that install the libg2o from source, this should work ;)

2014-03-06 22:53:51 -0500 answered a question roboearth complie fails

hello,

you have to install SWI-Prolog, if you are using ubuntu:

sudo apt-get install swi-prolog libjson-java libjson-glib-dev swi-prolog-odbc

Good luck