Jason,
Do you have ROS_MASTER_URI set to point to the computer that is running roscore?
- Jim
I'm trying to run the facetracking tutorial from the Ros by Example book and I'm running into some trouble. I need to run three different launch files to get it working. For anyone that has the book those three launch files are Openni node, face_tracker2, and object_tracker.
Everything works fine, although with a ton of lag, if I run all the launch files on the turtlebot. To try and get rid of the lag I tried only running openni on the turtlebot and the image processing nodes on the workstation. Running the those two on the workstation has been the trouble. It seems like neither of the two can get the camera image. The object tracker just says "Waiting for camera_info topic...". But at the same time I can see the camera image just fine by using (rosrun image_view image_view image:=/camera/rgb/image_color).
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+...@googlegroups.com.
To post to this group, send email to hbrob...@googlegroups.com.
Visit this group at http://groups.google.com/group/hbrobotics?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Patrick,