From 051ad6fdf531600cd7f2d82051879e6847cd3901 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 20:08:20 +0200 Subject: [PATCH] Fix typo in docker description (#325) (#326) (cherry picked from commit 36b3a5f332daa730b137e3b5c88eeb302135ea6a) Co-authored-by: maurice --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 1d812218..35330423 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -172,7 +172,7 @@ Then we are ready to bring up all the components to view the robot. Let's start .. code-block:: shell - docker run -it --rm --name ros2_control_demos --net host ros2_control_demos ros2 launch ros2_control_demos_example_1 view_robot.launch.py gui:=false + docker run -it --rm --name ros2_control_demos --net host ros2_control_demos ros2 launch ros2_control_demo_example_1 view_robot.launch.py gui:=false .. note::