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

Turtlebot follower 410c

asked 2016-08-03 10:53:57 -0500

ncrypticus gravatar image

updated 2016-08-03 16:46:32 -0500

Hello, I'm attempting to run the Turtlebot follower demo on the 410c, with an Xtion 3d sensor. Debian: build #110 Following these instructions: https://github.com/turtlebot/turtlebo... I've installed ROS Kinetic as described here: http://wiki.ros.org/kinetic/Installat... My TURTLEBOT_3D_SENSOR=asus_xtion_pro

Now I'm trying to run the Turtlebot Follower demo: http://wiki.ros.org/turtlebot_follower

Those instructions say to only run this: $ roslaunch turtlebot_follower follower.launch

Here is the output I'm getting when I do that:

[ERROR] [1470159262.958298249]: Failed to load nodelet [/camera/driver] of type [openni2_camera/OpenNI2DriverNodelet] even after refreshing the cache: Failed to load library /opt/ros/kinetic/lib//libopenni2_camera_nodelet.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libDummyDevice.so.0: cannot open shared object file: No such file or directory) [camera/driver-4] process has died [pid 17636, exit code 255, cmd /opt/ros/kinetic/lib/nodelet/nodelet load openni2_camera/OpenNI2DriverNodelet camera_nodelet_manager ir:=ir rgb:=rgb depth:=depth depth_registered:=depth_registered rgb/image:=rgb/image_raw depth/image:=depth_registered/image_raw __name:=driver __log:=/home/linaro/.ros/log/461e8134-58d7-11e6-8593-0200825a2290/camera-driver-4.log]. log file: /home/linaro/.ros/log/461e8134-58d7-11e6-8593-0200825a2290/camera-driver-4*.log

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-08-04 15:42:49 -0500

tfoote gravatar image

I suspect the most likely reason for this error is that the the package is in the workspace but not built.

I have not tested the xtion pro recently on the 410c but would expect it to work. Failure modes I've seen when using SBC computers are typically issues with kernel drivers mounting the device or inadequate data rates for servicing the USB bus causing connection drops which this does not look like.

edit flag offensive delete link more

Comments

Thanks for the fast response. When you say "the package" do you mean the libopenni2_camera_nodelet package? And do you have any pointers for how to build that?

I found this link: http://wiki.ros.org/turtlebot/Tutoria... But the equivalent page for kinetic doesn't exist.

ncrypticus gravatar image ncrypticus  ( 2016-08-11 11:52:05 -0500 )edit

(Sorry for the delay - I assumed replying to the notification would be enough to post my comment but it wasn't!)

ncrypticus gravatar image ncrypticus  ( 2016-08-11 11:52:24 -0500 )edit

Question Tools

Stats

Asked: 2016-08-03 10:53:57 -0500

Seen: 356 times

Last updated: Aug 04 '16