ROS HOWTO

From AIRWiki
Revision as of 12:47, 18 April 2012 by GiulioFontana (Talk | contribs) (Created page with "[http://www.ros.org/wiki/ ROS] (Robot Operating System) is an open-source framework for the creation of software for robots. It is a very interesting tool, since it promises t...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ROS (Robot Operating System) is an open-source framework for the creation of software for robots. It is a very interesting tool, since it promises to take care of many lower-level issues that make realizing the software for autonomous robots so difficult and time-consuming. By leaving such issues (e.g., communication among modules) to ROS, the programmer can focus on the more interesting high-level issues (e.g., perception or reasoning). More precisely, in the words of its creators,

"ROS (Robot Operating System) provides libraries and tools to help software developers create robot applications. It provides hardware abstraction, device drivers, libraries, visualizers, message-passing, package management, and more."