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

using wireless to send images

asked 2015-01-25 21:03:35 -0500

tomwoo gravatar image

I'm new here. I want to save the rgb images and depth images from kinect and using wifi to send to another laptop.Is that accessible? If it's accessible, what packages do I need? Thank you very much.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-01-26 07:54:21 -0500

That should actually be quite easy with ROS. You will need a driver that allows the first computer to grab data from the Kinect and publish the data as ROS messages. Likely any of the following packages could work: openni_launch, openni2_launch, freenect_launch.

Then if your second computer is on the same network as the first, and your ROS network is configured correctly, then the second computer should be able to subscribe to messages produced on the first computer (including RBG and Depth streams from the Kinect).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-01-25 21:03:35 -0500

Seen: 273 times

Last updated: Jan 26 '15