This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:ros [2021/03/01 10:07] – momala | en:ros [2021/03/29 09:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== Robot Operating System ====== |
The Robot Operating System (ROS) is a flexible framework for writing robot software. It is a collection of tools, libraries, and conventions that aim to simplify the task of creating complex and robust robot behavior across a wide variety of robotic platforms. The below figure shows four different elements of ROS. | The Robot Operating System (ROS) is a flexible framework for writing robot software. It is a collection of tools, libraries, and conventions that aim to simplify the task of creating complex and robust robot behavior across a wide variety of robotic platforms. The below figure shows four different elements of ROS. | ||
- | {{ : | + | {{ : |
- | {{ : | + | |
**Plumbing: | **Plumbing: | ||
**Tools:** ROS has many basic tools which are important when you are working with robots such as, simulation, visualization, | **Tools:** ROS has many basic tools which are important when you are working with robots such as, simulation, visualization, | ||
+ | |||
+ | {{ : | ||
**Capabilities: | **Capabilities: | ||
Line 11: | Line 14: | ||
**Ecosystem: | **Ecosystem: | ||
- | |||
- | Robot Operating System (ROS) is software framework, which makes building robots easier and more enjoyable. ROS includes everything necessary, from drivers to high level algorithm. For example it allows to view robot movement as a 3D model. Robot can be controlled through a simple graphic interface. | ||
- | |||
- | {{ : | ||
- | |||
- | ROS is open source. The main goal of ROS is to support code sharing and collaboration in robotics research and development. One ROS system consists of several independent nodes that communicate with other nodes using the publish / subscribe logic. | ||
- | |||
- | {{ : | ||
- | |||
- | |||
- | For example, a mobile robot may include a camera node and a video processing node. The camera node publishes the camera image to a specific topic, such as /// | ||
- | |||
- | {{ : | ||