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

problem in launching a camera

asked 2011-09-25 16:01:44 -0500

llqazs gravatar image

updated 2016-10-24 09:05:12 -0500

ngrennan gravatar image

Hi, everybody! I have installed the openni_kinect(the camera I use is kinect), then I entered "rosmake openni_kinect --rosdep-install" and "roslaunch openni_camera openni_node.launch" in the terminal, the first command got executed successfully, but the second one failed. Here is some information in the terminal.

[rospack] warning: error parsing manifest file at [/home/llq/ros_workspace/pkgs/foobar/manifest.xml]?

Calibration hasn't been done to the camera, is this the cause? If so, is their any tutorial I can follow to complete the calibration?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-09-25 20:40:35 -0500

This has nothing to do with kinect. You have problem with the syntax in the manifest file of one of your personal packages (in /home/llq/ros_workspace/pkgs/foobar/). Resolve that first. Quick fix would be to move it out of your $ROS_PACKAGE_PATH, so ros doesn't find it.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-09-25 16:01:44 -0500

Seen: 174 times

Last updated: Sep 25 '11