You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove unnecessary white space from main logo.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
* Reduce height of footer.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
* Added Zephyr and FreeRTOS to list of RTOS.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
* Reworked start page completely.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
* Changed blog link to full url to satisfy CI.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
Copy file name to clipboardExpand all lines: _docs/overview/features/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Micro-ROS offers **seven key features** that make it ready for use in your micro
106
106
107
107
## Layered and Modular Architecture
108
108
109
-
Micro-ROS follows the [ROS 2 architecture](https://index.ros.org/doc/ros2/) 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 (NuttX) instead of Linux.
109
+
Micro-ROS follows the [ROS 2 architecture](https://index.ros.org/doc/ros2/) 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.
<pstyle="text-align:justify;">Bridging the gap between resource-constrained microcontrollers and larger processors in robotic applications that are based on the Robot Operating Systems.</p>
<pstyle="text-align:justify;">The <ahref="/docs/overview/features/">architecture of the micro-ROS stack</a> follows the ROS 2 architecture. Dark blue components are developed specifically for micro-ROS. Light blue components are taken from the standard ROS 2 stack.</p>
<pstyle="text-align:justify;">Our <ahref="/docs/tutorials/">tutorials</a> and <ahref="/docs/tutorials/demos/">demos</a> give you a quick start with micro-ROS. The <ahref="/docs/tutorials/core/first_application_linux/">basic tutorials</a> can even be completed without a microcontroller.</p>
<pstyle="text-align:justify;">Source code can be found at <ahref="https://github.com/micro-ROS/">github.com/micro-ROS</a>. It comes under the permissive license Apache 2.0 just as the standard ROS 2 stack.</p>
84
+
<pstyle="text-align:justify;">The primary repository is <ahref="https://github.com/micro-ROS/micro_ros_setup">micro_ros_setup</a>, which provides command line scripts for creating your first micro-ROS application.</p>
85
+
<pstyle="text-align:justify;">Developed an new feature or found a bug? We answer both pull requests and tickets.</p>
<pstyle="text-align:justify;">Read about the latest developments in our <ahref="https://micro-ros.github.io/allposts">blog</a> or attend the next ROS 2 Embedded Working Group Meeting, which take place online on a monthly basis. The meeting link can be found in the <ahref="https://index.ros.org/doc/ros2/Governance/#upcoming-ros-events">ROS 2 Events calendar.</a></p>
<pstyle="text-align:justify;">We are looking forward to answer your questions on concepts and development! You have the choice:</p>
99
+
<ulstyle="margin-left: 0; padding-left: 1em;">
100
+
<li><ahref="https://discourse.ros.org/c/embedded">ROS Discourse</a> (in category <ahref="https://discourse.ros.org/c/embedded">“embedded”</a>)</li>
101
+
<li><ahref="https://answers.ros.org/">ROS Answers</a> (tag with <ahref="https://answers.ros.org/questions/scope:all/sort:activity-desc/tags:embedded/">“embedded”</a>)</li>
0 commit comments