From b24127bdc1c72e80a425bc8caaf6af53b5c690ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Luki=C4=87?= Date: Wed, 27 Jan 2021 14:55:48 +0100 Subject: [PATCH] Add navigation and SLAM demos (in simulation) (#1022) (cherry picked from commit f97722210c332f174dff6eed0156d2c9eaa3c739) --- source/Tutorials.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Tutorials.rst b/source/Tutorials.rst index bbb9f15380c..7b7a6194f84 100644 --- a/source/Tutorials.rst +++ b/source/Tutorials.rst @@ -146,6 +146,8 @@ Demos * `Turtlebot 2 demo using ROS 2 `__. * `TurtleBot 3 demo using ROS 2 `__. [community-contributed] * `Simulate the TurtleBot 3 on ROS [community-contributed] `__. +* `Navigate TurtleBot 3 in simulation `__. [community-contributed] +* `SLAM with TurtleBot3 in simulation `__. [community-contributed] * `MoveIt 2 demo using ROS 2 `__. * `Using tf2 with ROS 2 `. * `Using URDF with robot_state_publisher `.