Skip to content

Commit 3923b66

Browse files
committed
More readable check mark symbol.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
1 parent fedf6b8 commit 3923b66

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

_docs/overview/features/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,54 +50,54 @@ $(document).ready( function() {
5050
Micro-ROS offers **seven key features** that make it ready for use in your microcontroller-based robotic project:
5151

5252
<div class="feature feature_is_active">
53-
<div class="feature_title">&#9745; Microcontroller-optimized client API supporting all major ROS concepts<span class="three_dots"> (...)</span></div>
53+
<div class="feature_title">&#10004; Microcontroller-optimized client API supporting all major ROS concepts<span class="three_dots"> (...)</span></div>
5454
<div class="feature_description">
5555
<p>Micro-ROS brings all major core concepts such as nodes, publish/subscribe, client/service, node graph, lifecycle, etc. onto microcontrollers (MCU). The client API of micro-ROS (in the C programming language) is based on the standard ROS 2 Client Support Library (rcl) and a set of extensions and convenience functions (rclc).</p>
5656
<p>The combination rcl+rclc is optimized for MCUs. After an initialization phase, it can be used without any dynamic memory allocations. The rclc package provides advanced execution mechanisms allowing implementing well-proven scheduling patterns from embedded systems engineering.</p>
5757
</div>
5858
</div>
5959

6060
<div class="feature">
61-
<p class="feature_title">&#9745; Seamless integration with ROS 2<span class="three_dots"> (...)</span></p>
61+
<p class="feature_title">&#10004; Seamless integration with ROS 2<span class="three_dots"> (...)</span></p>
6262
<div class="feature_description">
6363
<p>The micro-ROS agent connects micro-ROS nodes (i.e. components) on MCUs seamlessly with standard ROS 2 systems. This allows accessing micro-ROS nodes with the known ROS 2 tools and APIs just as normal ROS nodes.</p>
6464
</div>
6565
</div>
6666

6767
<div class="feature">
68-
<p class="feature_title">&#9745; Multi-RTOS support with generic build system<span class="three_dots"> (...)</span></p>
68+
<p class="feature_title">&#10004; Multi-RTOS support with generic build system<span class="three_dots"> (...)</span></p>
6969
<div class="feature_description">
7070
<p>Micro-ROS supports three popular open-source real-time operating sytems (RTOS): FreeRTOS, Zephyr, and NuttX. It can be ported on any RTOS that comes with a POSIX interface.</p>
7171
<p>The RTOS-specific build systems are integrated into few generic setup scripts, which are provided as a ROS 2 package. Therefore, ROS developers can use their usual command line tools. In addition, micro-ROS provides selected integrations with RTOS-specific tool chains (e.g., for ESP-IDF and Zephyr).</p>
7272
</div>
7373
</div>
7474

7575
<div class="feature">
76-
<p class="feature_title">&#9745; Extremely resource-constrained but flexible middleware<span class="three_dots"> (...)</span></p>
76+
<p class="feature_title">&#10004; Extremely resource-constrained but flexible middleware<span class="three_dots"> (...)</span></p>
7777
<div class="feature_description">
7878
<p>Micro XRCE-DDS by eProsima meets all requirements for a middleware for deeply embedded systems. That is why micro-ROS has been one of the applications for this implementation of the new DDS for Extremely Resource Constrained Environments (XRCE) standard. For the integration with the ROS middleware interface (rmw) in the micro-ROS stack, static memory pools were introduced to avoid dynamic memory allocations at runtime.</p>
7979
<p>The middleware comes with built-in support for serial transports, UDP over Ethernet, Wi-Fi, and 6LoWPAN, and Bluetooth. Furthermore, the Micro XRCE-DDS source code provides templates for implementing support for further transports.</p>
8080
</div>
8181
</div>
8282

8383
<div class="feature">
84-
<p class="feature_title">&#9745; Permissive license<span class="three_dots"> (...)</span></p>
84+
<p class="feature_title">&#10004; Permissive license<span class="three_dots"> (...)</span></p>
8585
<div class="feature_description">
8686
<p>Micro-ROS comes under the same permissive license as ROS 2, which is Apache License 2.0. This applies to the micro-ROS client library, the middleware layer, and tools.</p>
8787
<p>When creating a project with an underlying RTOS, please take into account the license(s) of the RTOS project or vendor.</p>
8888
</div>
8989
</div>
9090

9191
<div class="feature">
92-
<p class="feature_title">&#9745; Vibrant community and ecosystem<span class="three_dots"> (...)</span></p>
92+
<p class="feature_title">&#10004; Vibrant community and ecosystem<span class="three_dots"> (...)</span></p>
9393
<div class="feature_description">
9494
<p>Micro-ROS is developed by a constantly growing, self-organized community backed by the Embedded Working Group, a formal ROS 2 Working Group. The community shares entry level tutorials, provides support via Slack and GitHub, and meets in public Working Group video-calls on a monthly basis. As a matter of course, commercial support is provided for the Micro XRCE-DDS by eProsima.</p>
9595
<p>This community also create tools around micro-ROS. For example, to optimize micro-ROS-based applications to the MCU hardware, specific benchmarking tools have been developed. These allow checking memory usage, CPU time consumption and general performance.</p>
9696
</div>
9797
</div>
9898

9999
<div class="feature">
100-
<p class="feature_title">&#9745; Long-term maintainability and interoperability<span class="three_dots"> (...)</span></p>
100+
<p class="feature_title">&#10004; Long-term maintainability and interoperability<span class="three_dots"> (...)</span></p>
101101
<div class="feature_description">
102102
<p>Micro-ROS is made up of well-established components: Famous open-source RTOSs, a standardized middleware, and the standard ROS 2 Client Support Library (rcl). In this way, the amount of micro-ROS-specific code was minimized for long-term maintainability. At the same time, the micro-ROS stack preserves the modularity of the standard ROS 2 stack. Micro-ROS can be used with a custom middleware layer - and thus standard - or a custom ROS client library.</p>
103103
<p>Furthermore, by the <a href="https://soss.docs.eprosima.com/">System-Of-Systems Synthesizer</a> (SOSS), a fast and lightweight <a href="https://www.omg.org/spec/DDS-XTypes">OMG DDS-XTYPES standard</a> integration tool, further middleware protocols can be connected. For example, we have developed the SOSS-FIWARE and SOSS-ROS2 System-Handles, which connect ROS 2 and micro-ROS with the <a href="https://www.fiware.org/">FIWARE Context Broker</a> by the NGSIv2 (Next Generation Service Interface) standard by leveraging the integration capabilities of the SOSS core.</p>

0 commit comments

Comments
 (0)