Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/overview/rtos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Zephyr is a fairly new open-source RTOS, developed in a Linux Foundation Project
<ul>
<li><a href="https://www.zephyrproject.org/micro-ros-a-member-of-the-zephyr-project-and-integrated-into-the-zephyr-build-system-as-a-module/">micro-ROS on Zephyr</a></li>
<li><a href="https://micro-ros.github.io/docs/tutorials/core/first_application_rtos/zephyr/">First micro-ROS Application on Zephyr</a></li>
<li><a href="https://micro-ros.github.io/docs/tutorials/advanced/zephyr_emulator/">First micro-ROS Application on Zephyr Emulator</a></li>
<li><a href="https://micro-ros.github.io/docs/tutorials/core/zephyr_emulator/">First micro-ROS Application on Zephyr Emulator</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _docs/tutorials/advanced/create_new_type/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to create a new micro-ROS message type
title: How to include a custom ROS message in micro-ROS
permalink: /docs/tutorials/advanced/create_new_type/
---

Expand Down
4 changes: 2 additions & 2 deletions _docs/tutorials/core/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ If you are new to micro-ROS, we strongly suggest that you take the tutorials in

You'll learn the concepts of the micro-ROS C API in this tutorial in depth. If you are already familiar with the ROS 2 C++ API or even the underlying ROS Client Support Library (rcl), you'll learn this very quickly.

* [**Optimizing the Middleware Configuration**](../../advanced/microxrcedds_rmw_configuration/)
* [**Zephyr Emulator**](../zephyr_emulator/)

In this tutorial, we'll guide you through the configuration of the middleware between a microcontroller and the micro-ROS agent running on some Linux-based microprocessor, to optimize it for your specific use-case an application.
In this tutorial, you'll learn the use of micro-ROS with Zephyr emulator by testing a Ping Pong application.