Skip to content

Commit

Permalink
Change link to ROS 2 architecture (#414)
Browse files Browse the repository at this point in the history
The link to https://index.ros.org is old and out-of-date.  Instead change it to where the architecture of ROS 2 is discussed.
  • Loading branch information
clalancette authored Feb 13, 2024
1 parent 7350a1a commit 0b94553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/overview/features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Micro-ROS offers **seven key features** that make it ready for use in your micro

## Layered and Modular Architecture

Micro-ROS follows the [ROS 2 architecture](https://docs.ros.org/) and makes use of its middleware pluggability to use [DDS-XRCE](https://www.omg.org/spec/DDS-XRCE/), which is optimized for microcontrollers. Moreover, it uses POSIX-based RTOS (FreeRTOS, Zephyr, or NuttX) instead of Linux.
Micro-ROS follows the [ROS 2 architecture](https://docs.ros.org/en/rolling/Concepts/Advanced/About-Internal-Interfaces.html) and makes use of its middleware pluggability to use [DDS-XRCE](https://www.omg.org/spec/DDS-XRCE/), which is optimized for microcontrollers. Moreover, it uses POSIX-based RTOS (FreeRTOS, Zephyr, or NuttX) instead of Linux.

<img src="/img/micro-ROS_architecture.png" style="display: block; margin: auto; width: 100%; max-width: 500px;"/>

Expand Down

0 comments on commit 0b94553

Please sign in to comment.