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

PhaseSpace's profile - activity

2012-08-24 05:23:08 -0500 received badge  Famous Question (source)
2012-04-03 15:04:22 -0500 received badge  Notable Question (source)
2011-10-04 02:29:27 -0500 received badge  Popular Question (source)
2011-08-12 01:26:14 -0500 received badge  Teacher (source)
2011-08-12 01:26:14 -0500 received badge  Self-Learner (source)
2011-07-30 09:13:18 -0500 marked best answer Advice ROS Single Board Computer - (Kinect, +other sensors)

You have two ways of integrating the I/O interfaces:

  1. Look for an embedded board that supports all your requirements.

  2. Buy a embedded board with good performance and use a microcontroller or similar (PC104) for additional interfaces.

I think option 2) will be much simpler. Especially I2C is not necessarily available and if you want to process Kinect data you don't want to compromise on power. The arduino is a comparably easy way to get I2C and depending on the data rate you can get additional UARTs.

When you look into embedded boards in comparison to a standard board, you will usually find that you get things like multiple UARTs which can be really nice and is fading out in consumer products.

We have a NANO-PV-D510A and a WAFER-945GSE board and both work well, although they not up 2 date on power.

I think, the fitPc2 is used quite often.

2011-07-24 07:35:59 -0500 commented answer Advice ROS Single Board Computer - (Kinect, +other sensors)
I looked into this a bit further. It was suggested by another member that I could use a high level processor for the kinect, and then something else for the robot controller. I am thinking of using a mini-itx, or fitPc2 for the kinect and the beagleboard as the main robot controller
2011-07-24 07:27:32 -0500 received badge  Supporter (source)
2011-07-23 15:47:53 -0500 received badge  Student (source)
2011-07-23 12:00:00 -0500 answered a question Advice ROS Single Board Computer - (Kinect, +other sensors)

Thanks for the response. I have been looking at various boards and really am not sure what will work with ROS and Kinect well. Were you using the boards you mentioned with a robotic application and the Kinect sensor?

2011-07-23 08:07:24 -0500 asked a question Advice ROS Single Board Computer - (Kinect, +other sensors)

Hello,

I have a robotic platform that I wish to put ROS and the Kinect sensor on.

I would like some advice on the hardware for the robotic platform I am building. My current robot platform has blackfin processors which do not have USB interfaces. I need a board that will be powerful enough to process the Kinect data, and be able to accept all the camera, sensors, etc that I already have. I need ports for I2C, UART, additional USB for webcam etc.

I looked at the Beagleboard, and it was suggested it would not be powerful enough to handle the Kinect.

It was suggested to me that a mini-itx board would be a good replacement.

How would I integrate the i2C, motor controller, and other components into this type of board? Is there some kind of I2C and various connector expansion pack I can get for this?

Is there another signle board computer that will work well? Any advice is appreciated.