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

problem with kinect

asked 2013-02-14 05:07:20 -0500

marwa gravatar image

Hi, what is the solution of this error image description

it appears when i do these commands

roslaunch turtlebot_bringup kinect.launch

&

rosrun rviz rviz

also pointcloud2 doesn't appear I'm using fuerte on Ubuntu 11.10

edit retag flag offensive close merge delete

Comments

Try using openni.launch that comes with openni_launch package.

ayush_dewan gravatar image ayush_dewan  ( 2013-02-14 05:13:45 -0500 )edit

I have actually tried this but it does not solve this problem

marwa gravatar image marwa  ( 2013-02-14 05:24:36 -0500 )edit
1

The error says that nodelet already exist with same name. Try doing rosnode list and see whether these nodes exist without even launching kenect.launch.

ayush_dewan gravatar image ayush_dewan  ( 2013-02-14 05:31:11 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-02-14 12:36:03 -0500

updated 2013-02-14 12:38:08 -0500

I got the same problem, here is how you fix it.

 1- open up a new terminal and type `roslaunch openni_launch openni.launch`
 2- after it launches,  kill it by typing `ctrl^c`
 3- in this terminal, type `killall XnSensorServer` (it might tell you `no process is found`)
 4-in another terminal. launch the`roslaunch turtlebot_bringup kinect.launch`
 5- If it still does not work, go back to step 1 and repeat. Sometimes it takes a few times.

Hope this fixes your problem. post back with the results.

regards.

Khalid

edit flag offensive delete link more

Comments

Thanks,I'm going to try it and tell you the results :)

marwa gravatar image marwa  ( 2013-02-14 20:56:07 -0500 )edit
0

answered 2013-02-14 19:50:06 -0500

Muhammad Atif gravatar image

Yes I was facing the same problem. my problem resolved when I did the same as mentioned by Khalid....Thanks Khalid.. It works for me....

Regards, Atif

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-14 05:07:20 -0500

Seen: 167 times

Last updated: Feb 14 '13