Sending Kinect Data from Windows to ROS [closed]

asked 2012-12-20 11:12:27 -0500

Merdad gravatar image

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

ngrennan gravatar image

I am working on a robot that runs Windows 7 and I want to use Kinect to do some basic navigation. I must have Windows on on my on-board computer since the robot runs Windows based control programs. The server computer is running ROS on Ubuntu.

I was wondering if Msvc SDK on winros is the best way to send the Kinect data from the on-board computer to my server over a netwrok?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-09-28 01:07:45.556175

Comments

1

Best is difficult to answer because it's subjective. For some winros may be the way to go, but others may find writing custom socket programs more desirable. What are the parameters that you'd like to use to define "best"?

SL Remy gravatar image SL Remy  ( 2012-12-23 10:31:38 -0500 )edit

Thanks for the comment. I agree. It is kind of vague. I am looking for the easiest/fastest way so I don't have to write everything from scratch.

Merdad gravatar image Merdad  ( 2012-12-23 17:50:03 -0500 )edit

At this point I don't see any evidence of a complete solution (i.e. some code, and some instructions would be needed)...

SL Remy gravatar image SL Remy  ( 2012-12-24 02:13:06 -0500 )edit

You're right...I came to the same conclusion. I'm going to try to make an image publisher ROS node in VC++. Hopefully, I can find enough instructions to make it work.

Merdad gravatar image Merdad  ( 2012-12-24 06:52:50 -0500 )edit