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

Smoothly watching through TurtleBot Kinect camera [closed]

asked 2013-03-04 20:47:18 -0500

Chik gravatar image

updated 2016-10-24 08:34:35 -0500

ngrennan gravatar image

It seems that the visualization tools such as rviz take a lot of computational resources. Actually I just want to watch through the Kinect camera (see what TurtleBot sees) but I don't need other fancy 3d simulation stuff. Is there any simple, high performance package that can do this? Thank you very much.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Chik
close date 2013-03-10 15:13:44

2 Answers

Sort by ยป oldest newest most voted
3

answered 2013-03-05 04:23:02 -0500

dgossow gravatar image

If you only want to see the camera image, use image_view, e.g.:

rosrun image_view image_view image:=/camera/rgb/image

edit flag offensive delete link more
1

answered 2013-03-04 21:56:12 -0500

Philip gravatar image

If you need a simple 3D viewer of the pointcloud produced by the kinect, I'd go with the PCL. They provide a lightweight viewer as well as a full-featured one:

Just register a callback that accesses the XYZRGB-Pointcloud of the kinect and, inside the callback, provide the pointcloud to the viewer.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-04 20:47:18 -0500

Seen: 239 times

Last updated: Mar 05 '13