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

Installation problem with kinect

asked 2012-01-10 15:14:08 -0500

Jong H Kim gravatar image

Hello. I am new to ROS/Ubuntu and hoping someone could shed some light into my problem.

My main problem is that I cannot see any result of depth and RGB from Kinect, even though I installed following instructions introduced from http://www.ros.org/wiki/kinect.

Below is what I have done so far:

  1. I have installed openni_kinect (electric); "sudo apt-get install ros-electric-openni-kinect "
  2. unplug and plug in the Kinect.
  3. type command "roslaunch openni_launch openni.launch."

    ** result image shown:link image

    As you can see from the image description, it seems the above command has registered kinetic

  4. when I run "rosrun rviz rviz", it does not show anything except black screen so far. Is there anything specific I should be doing to RVIZ to get the kinetic camera to capture?

Thanks for you help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-01-10 15:30:56 -0500

dornhege gravatar image

Did you add a Pointcloud2 display and choose a topic?

edit flag offensive delete link more

Comments

Thank you so much. I did as you mentioned. It worked. I really appreciate that. I have another question. RVIZ screen shows only black and white colors. Is there any way to get RGB with depth and how can I see 3D pictures. Thanks.
Jong H Kim gravatar image Jong H Kim  ( 2012-01-10 16:02:29 -0500 )edit
You need to subscribe the appropriate topic. One is named rgb one depth iirc. Also select color transformer RGB8.
dornhege gravatar image dornhege  ( 2012-01-10 18:38:16 -0500 )edit
Thank you it also worked. i now can see colorful picture. I really appreciate that :D
Jong H Kim gravatar image Jong H Kim  ( 2012-01-11 01:57:40 -0500 )edit
Please mark your question as answered, if the given answers satisfy your needs.
bit-pirate gravatar image bit-pirate  ( 2012-01-11 09:40:15 -0500 )edit

Question Tools

Stats

Asked: 2012-01-10 15:14:08 -0500

Seen: 695 times

Last updated: Jan 10 '12