From 7e70950bc23bda9e04489b75eccb3e436f7d7147 Mon Sep 17 00:00:00 2001
From: Nick Linthacum <73039714+nlinthacum@users.noreply.github.com>
Date: Wed, 18 Jan 2023 23:56:57 -0800
Subject: [PATCH 01/23] Update services.md (#393)
Spelling Correction
---
_docs/tutorials/programming_rcl_rclc/service/services.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs/tutorials/programming_rcl_rclc/service/services.md b/_docs/tutorials/programming_rcl_rclc/service/services.md
index 1afaa19b..f117354b 100644
--- a/_docs/tutorials/programming_rcl_rclc/service/services.md
+++ b/_docs/tutorials/programming_rcl_rclc/service/services.md
@@ -22,7 +22,7 @@ Ready to use code related to this concepts can be found in [`micro-ROS-demos/rcl
## Service server
### Initialization
-Starting from a code where RCL is initialized and a micro-ROS node is created, there are tree ways to initialize a service server:
+Starting from a code where RCL is initialized and a micro-ROS node is created, there are three ways to initialize a service server:
- Reliable (default):
From 86d4d34f6fa44e10afd02ba036dd236eb3357636 Mon Sep 17 00:00:00 2001
From: Ralph Lange
Date: Tue, 7 Feb 2023 18:08:25 +0100
Subject: [PATCH 02/23] Added blog post and link to new book chapter on
micro-ROS. (#395)
Signed-off-by: Ralph Lange
---
_posts/2023-02-06-micro-ROS-book-chapter.md | 10 ++++++++++
index.html | 3 +++
2 files changed, 13 insertions(+)
create mode 100644 _posts/2023-02-06-micro-ROS-book-chapter.md
diff --git a/_posts/2023-02-06-micro-ROS-book-chapter.md b/_posts/2023-02-06-micro-ROS-book-chapter.md
new file mode 100644
index 00000000..09baf75f
--- /dev/null
+++ b/_posts/2023-02-06-micro-ROS-book-chapter.md
@@ -0,0 +1,10 @@
+---
+title: Book chapter on micro-ROS published
+author: ralph-lange
+---
+
+We are pleased to announce that our comprehensive book chapter on micro-ROS, which appeared in Volume 7 of _'Robot Operating System (ROS): The Complete Reference'_, is now available at [Springer Link](https://doi.org/10.1007/978-3-031-09062-2_2). The 53 pages cover all aspects of the micro-ROS stack, from requirements, design rationales, and architecture to three very different use-cases. To cite the chapter please use:
+
+Kaiwalya Belsare, Antonio Cuadros Rodriguez, Pablo Garrido Sánchez, Juanjo Hierro, Tomasz Kołcon, Ralph Lange, Ingo Lütkebohle, Alexandre Malki, Jaime Martin Losa, Francisco Melendez, Maria Merlan Rodriguez, Arne Nordmann, Jan Staschulat, and Julian von Mendel: Micro-ROS. In: _Anis Koubaa (ed.) Robot Operating System (ROS): The Complete Reference (Volume 7)_, Springer International Publishing, pp. 3–55, 2023.
+
+A reading sample is available on [Google Books](https://books.google.de/books?hl=de&lr=&id=6RGrEAAAQBAJ&oi=fnd&pg=PA3).
diff --git a/index.html b/index.html
index 09fd3501..f5a9036f 100644
--- a/index.html
+++ b/index.html
@@ -133,6 +133,9 @@ micro-ROS represents one of four exclusive elements of Vulcanexus, the all-in-one ROS 2 tool set. Vulcanexus offers free Dockers for Galactic and Humble.
Developed an new feature or found a bug? We answer both Github pull requests and issues.
+
+ Book chapter
+ The chapter 'Micro-ROS' in Volume 7 of Springer's ROS Book Series gives a comprehensive overview to the whole micro-ROS stack. A reading sample is available on Google Books.