Difference between revisions of "ROS"
From Fab Lab Bcn WIKI
(Created page with "Category:Software == Intro == == Link ==") |
|||
Line 2: | Line 2: | ||
== Intro == | == Intro == | ||
− | + | 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. | |
== Link == | == Link == | ||
+ | Repository for ROS introduction | ||
+ | https://github.com/vinceHuyghe/MRAC_software_II_ROS_intro |
Revision as of 09:56, 4 July 2023
Intro
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.
Link
Repository for ROS introduction https://github.com/vinceHuyghe/MRAC_software_II_ROS_intro