diff --git a/_docs/overview/rtos/index.md b/_docs/overview/rtos/index.md index b0dd212d..def16752 100644 --- a/_docs/overview/rtos/index.md +++ b/_docs/overview/rtos/index.md @@ -110,7 +110,7 @@ Zephyr is a fairly new open-source RTOS, developed in a Linux Foundation Project diff --git a/_docs/tutorials/advanced/create_new_type/index.md b/_docs/tutorials/advanced/create_new_type/index.md index 94774a10..9aa806c2 100644 --- a/_docs/tutorials/advanced/create_new_type/index.md +++ b/_docs/tutorials/advanced/create_new_type/index.md @@ -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/ --- diff --git a/_docs/tutorials/core/overview/index.md b/_docs/tutorials/core/overview/index.md index 032012be..4ad974bb 100644 --- a/_docs/tutorials/core/overview/index.md +++ b/_docs/tutorials/core/overview/index.md @@ -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.