Skip to content

Commit 503f29c

Browse files
JanStaschulatpablogs9ralph-lange
authored
Added blog post about micro-ROS at ERF 2021 (#318)
* added blog post of ERF 2021 Signed-off-by: Jan Staschulat <jan.staschulat@de.bosch.com> * added &euml; in the name 'Anaelle' Sarazin * Updated failing URL * Update _posts/2021-04-13-ERF2021.md Co-authored-by: Pablo Garrido <pablogs9@gmail.com> * Update _posts/2021-04-13-ERF2021.md Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com> * embedded slides and youtube video Signed-off-by: Jan Staschulat <jan.staschulat@de.bosch.com> * Update _posts/2021-04-13-ERF2021.md Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com> * Update _posts/2021-04-13-ERF2021.md Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com> Co-authored-by: Pablo Garrido <pablogs9@gmail.com> Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com>
1 parent a8fcf34 commit 503f29c

7 files changed

Lines changed: 28 additions & 3 deletions

File tree

_docs/concepts/rtos/comparison/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ The comparison regards the features listed below:
2222
* POSIX level support
2323

2424
**Key questions:**
25-
* Evaluation POSIX-compliance of RTOS.
25+
* Evaluation POSIX-compliance of RTOS.
2626
* What is the effort in providing an additional layer for non-POSIX RTOS regarding micro-ROS or ROS 2?
2727
* Support of RTOS for specific HW platforms
2828

2929
## Table of Comparisons
3030

31-
| **OS** | **NuttX** | **FreeRTOS** | **Zephyr** |
31+
| **OS** | **NuttX** | **FreeRTOS** | **Zephyr** |
3232
| ------------------------------------------------------------ | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- |
3333
| **Feature** | | | |
3434
| **Standardization** | | | |
3535
| POSIX | yes | partial | partial |
36-
| POSIX.1 <sup>1</sup> | [yes](http://nuttx.org/) | [wrapper](https://interactive.freertos.org/hc/en-us/community/posts/210029046-POSIX-Wrapper-for-FreeRTOS) | partial |
36+
| POSIX.1 <sup>1</sup> | [yes](http://nuttx.org/) | [wrapper](https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_POSIX/index.html) | partial |
3737
| POSIX.1b <sup>2</sup> | yes | partial | partial |
3838
| POSIX.1c <sup>3</sup> | yes | yes | partial |
3939
| | | | |

_posts/2021-04-13-ERF2021.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: micro-ROS at European Robotics Forum 2021
3+
author: JanStaschulat
4+
---
5+
6+
On April 13th 2021, we presented micro-ROS at the [European Robotics Forum 2021](https://www.eu-robotics.net/robotics_forum/) in a dedicated workshop organized by several partners of this project. First, Francesca Finoccharo (eProsima) presented in detail the micro-ROS architecture, the supported platforms, several demonstrations and reported on new features: A versatile API for custom transports, continuous fragment mode, static memory pools in the RMW and time synchronization between client and agent:
7+
8+
<embed src="/download/2021-04-13-ERF-eprosima.pdf" type="application/pdf" width="100%" height="450px"/>
9+
10+
Then, Jan Staschulat (Bosch) gave an overview of the RCLC API with a code example and highlighted the deterministic behavior of the RCLC Executor:
11+
12+
<embed src="/download/2021-04-13-ERF-bosch.pdf" type="application/pdf" width="100%" height="450px"/>
13+
14+
Two customers of micro-ROS presented their industrial use-cases and emphasized the benefit of micro-ROS: First, Ana&euml;lle Sarazin (WYCA Robotics) presented "Elodie and micro-ROS":
15+
16+
<embed src="/download/2021-04-13-ERF-wyca.pdf" type="application/pdf" width="100%" height="450px"/>
17+
18+
And, secondly, Tomasz Rokosz (Hydra System) presented "micro-ROS enabled GNSS receiver":
19+
20+
<embed src="/download/2021-04-13-ERF-hydra.pdf" type="application/pdf" width="100%" height="450px"/>
21+
22+
Video of the demo by Hydra System:
23+
<iframe width="560" height="315" src="https://www.youtube.com/embed/hTEnTju1Qkg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
24+
25+
Finally, a panel discussion with Pablo Garrido Sanchez (eProsima), Alexandre Malki (PIAP), Jan Staschulat (Bosch), Ana&euml;lle Sarazin (WYCA Robotics) and Tomasz Rokosz (Hydra System) stimulated a very lively participation of the audience.

download/2021-04-13-ERF-bosch.pdf

1000 KB
Binary file not shown.
4.54 MB
Binary file not shown.

download/2021-04-13-ERF-hydra.pdf

2.34 MB
Binary file not shown.

download/2021-04-13-ERF-wyca.pdf

2.68 MB
Binary file not shown.
156 KB
Loading

0 commit comments

Comments
 (0)