Skip to content

Commit 0b94553

Browse files
authored
Change link to ROS 2 architecture (#414)
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.
1 parent 7350a1a commit 0b94553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/overview/features/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Micro-ROS offers **seven key features** that make it ready for use in your micro
107107

108108
## Layered and Modular Architecture
109109

110-
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.
110+
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.
111111

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

0 commit comments

Comments
 (0)