Skip to content

Commit b0ac350

Browse files
committed
Changed title and shortened text modules.
Signed-off-by: Ralph Lange (CR/AEE1) <ralph.lange@de.bosch.com>
1 parent 7abb9cf commit b0ac350

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

_docs/overview/index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
2-
title: Overview
2+
title: Mission and Architecture
33
permalink: /docs/overview/
44
redirect_from: /docs/
55
---
66

7-
[micro-ROS](https://cordis.europa.eu/project/rcn/213167_en.html) puts ROS 2 onto microcontrollers, making them first class participants of the ROS 2 environment.
7+
*micro-ROS puts ROS 2 onto microcontrollers, making them first class participants of the ROS 2 environment.*
88

9-
## Tutorials
10-
11-
See [Tutorial List](/docs/tutorials/).
12-
13-
## Architecture
14-
15-
We're basically following the ROS 2 architecture and make use of its middleware pluggability to use [DDS-XRCE](https://www.omg.org/spec/DDS-XRCE/), which is suitable for microcontrollers. Moreover, we use an RTOS (NuttX) instead of Linux. On microcontrollers many different RTOS's are used, so we also add an RTOS abstraction layer (AL), to make porting to other RTOS possible.
9+
We're basically following the [ROS 2 architecture](https://index.ros.org/doc/ros2/) and make use of its middleware pluggability to use [DDS-XRCE](https://www.omg.org/spec/DDS-XRCE/), which is suitable for microcontrollers. Moreover, we use an RTOS (NuttX) instead of Linux. We also add an RTOS abstraction layer, to make porting to other RTOS possible.
1610

1711
![](/img/micro-ROS_architecture.png)
1812

0 commit comments

Comments
 (0)