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

Hardware requirement for starters?

asked 2013-12-04 10:20:45 -0500

SuperMiguel gravatar image

So im just staring to use ROS, and im building a litle robot, i just want to learn how to use ROS, and ill be using a Kinect... Just wondering what kind of CPU i need? i have a motherboard that supports 1155 Intel chips, so not sure which one to get :(

edit retag flag offensive close merge delete

4 Answers

Sort by ยป oldest newest most voted
0

answered 2013-12-05 08:03:43 -0500

SuperMiguel gravatar image

I mean i currently own a very fast desktop... i7 extreme 64gb of ram, 4gb video card, raid 0 ssd, its my gaming desktop, windows OS, etc etc, i can install ubuntu and dual boot but im not sure how that would work...

edit flag offensive delete link more

Comments

That should be fine.

tfoote gravatar image tfoote  ( 2014-06-25 01:47:51 -0500 )edit
0

answered 2013-12-05 07:46:16 -0500

yakirari gravatar image

Hi, I think it depends what you want to use the Kinect for and what other sensors you plan to use. If you want on board processing of the point clouds (RGBD etc...) for 3d reconstruction, I think you would need at least an I5-I7 like CPU, a strong GPU (>1G) and SSD (if you want to save more than a few seconds of data on the disk for debugging). If you need it for navigation, basically you need the best PC you can buy.

However, if you only want to read data, and process it somewhere else (or run some light algorithm on it), even an atom dual core can be O.K.

edit flag offensive delete link more
0

answered 2013-12-04 14:00:11 -0500

If you're just starting out, you could look at simulating your robot first, as you will hit a lot of the same issues but will be a lot cheaper. Gazebo will allow the solving of a lot of higher level issues and will help you discover: 1. problems with your design, 2. the software configuation you need to support your robot's tasks

Once you know the software configuration, you can start looking at cpu's. My preferences is for the beaglebone, an opensource Armhf device, running ubuntu. I believe its perfect for mobile devices, however because it is different architecture to an x86 machine, pretty much all your ros source code will need to be compiled on the bone as support for cross compiling is a little deficient

Hope this gets you started. And if you need an ROS ubuntu SD card image for beaglebone, let me know, as compiling from source can be a little tricky.

edit flag offensive delete link more
0

answered 2013-12-04 13:37:43 -0500

Miquel Massot gravatar image

If space is not an issue, I'd start looking at microATX (17x17 cm) with i5 or i7, with at least 4Gb of RAM. Obviously, the more you have, the better. These components are common and you'll find them easily. If space IS an issue, then look for PC104 (9x9 cm) format, or even PicoITX. But this hardware will be more difficult to find, and more expensive.

It's your choice!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-12-04 10:20:45 -0500

Seen: 875 times

Last updated: Dec 05 '13