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

What is the order of install using Linux ver ?, Python ver ? , Kinectic and C ? newbee

asked 2017-11-13 23:56:35 -0500

westglade gravatar image

The computer will talk to ros bot by RF and will be built with the best computer hardware for the AMD OR Intel , what would the best video card or 2 or 3 and how much memory should I use on the desktop ??? the newbee

edit retag flag offensive close merge delete

Comments

I don't really understand the question. Are you asking about software installation order or are you asking for hardware advice?

ahendrix gravatar image ahendrix  ( 2017-11-14 01:38:04 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-14 01:34:48 -0500

gvdhoorn gravatar image

There aren't really any real special system requirements to run ROS applications.

Any recent computer (ie: recent Intel or AMD processor, 4 cores, 4 to 8 GB of ram) should do for basic stuff.

A decent video card is also recommended, as otherwise you won't be able to comfortably use RViz, Gazebo or other graphical tools.

However, if you are looking to include 'heavy' processing in your application (ie: several lidars, multiple depth sensors, large maps (ie: high resolution) for navigation, large nr of concurrently active nodes) then these 'minimum requirements' (which I just made up, so are in no way official) start to increase.

More cores increase parallelism. Better graphic card handles large volumetric data sets better (ie: pointclouds, octomaps). More memory will reduce use of swap space and will allow you to work with larger data sets in-memory (deap learning fi).

But this all depends on what you actually want to do: a basic ROS application can run on things as low as a RPi (and even smaller systems).

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-11-13 23:56:35 -0500

Seen: 177 times

Last updated: Nov 14 '17