Difference between revisions of "Robot Operating System"
Line 1: | Line 1: | ||
== Overview == |
== Overview == |
||
"[http://www.ros.org/ ROS] is an open-source, meta-operating system for your robot. It provides the services you would expect from an operating system, including hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management. It also provides tools and libraries for obtaining, building, writing, and running code across multiple computers." [http://www.ros.org/wiki/ROS/Introduction ROS Website] |
"[http://www.ros.org/ ROS] is an open-source, meta-operating system for your robot. It provides the services you would expect from an operating system, including hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management. It also provides tools and libraries for obtaining, building, writing, and running code across multiple computers." [http://www.ros.org/wiki/ROS/Introduction [ROS Website]] |
||
== Download == |
== Download == |
Revision as of 13:39, 9 June 2011
Overview
"ROS is an open-source, meta-operating system for your robot. It provides the services you would expect from an operating system, including hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management. It also provides tools and libraries for obtaining, building, writing, and running code across multiple computers." [ROS Website]
Download
Text...
Resources
Internal and External Libraries
Processing comes with a large number of great example projects. Go to File->Examples to see example code specific to making 3D objects, Basics, Libraries and Topics. The Processing website also contains example code and links to other projects that may contain examples.
Highlights
Test...
Implementation
Text...