From fbe0cc973fab8149eefd483f056e747bb55eac4d Mon Sep 17 00:00:00 2001 From: mhubii Date: Tue, 10 Sep 2024 14:44:58 +0200 Subject: [PATCH] fixed indentation --- docker/doc/docker.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/doc/docker.rst b/docker/doc/docker.rst index 6b0a972f..53803077 100644 --- a/docker/doc/docker.rst +++ b/docker/doc/docker.rst @@ -45,12 +45,12 @@ To run the ``lbr_fri_ros2_stack`` in a Docker container, follow the instructions #. Connect another shell to the running container - .. code-block:: bash + .. code-block:: bash - ./container_new_console.sh + ./container_new_console.sh #. Run e.g. MoveIt with RViz - .. code-block:: bash + .. code-block:: bash - ros2 launch lbr_bringup move_group.launch.py rviz:=true + ros2 launch lbr_bringup move_group.launch.py rviz:=true