From 3481aa8c8d4e1d4ab1eb37f701f6723759cbda1d Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Mon, 28 Apr 2025 14:07:41 -0700 Subject: [PATCH] Split 'rosdep install' command output to separate codeblock again (#5398) Signed-off-by: Christophe Bedard (cherry picked from commit 6f7f313da81a29215e43ba60de927230696ee200) --- source/How-To-Guides/Installation-Troubleshooting.rst | 6 +++++- .../Creating-A-Workspace/Creating-A-Workspace.rst | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/source/How-To-Guides/Installation-Troubleshooting.rst b/source/How-To-Guides/Installation-Troubleshooting.rst index d3252d07c3..b75fc985a2 100644 --- a/source/How-To-Guides/Installation-Troubleshooting.rst +++ b/source/How-To-Guides/Installation-Troubleshooting.rst @@ -270,8 +270,12 @@ Running the ``rosdep`` command should now execute normally: .. code-block:: console $ rosdep install -i --from-path src --rosdistro {DISTRO} -y - All required rosdeps installed successfully +The command should return: + +.. code-block:: text + + #All required rosdeps installed successfully .. _windows-troubleshooting: diff --git a/source/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.rst b/source/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.rst index 0e0b5803b9..2ade50673c 100644 --- a/source/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.rst +++ b/source/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.rst @@ -173,7 +173,7 @@ Here are the :ref:`from-source rosdep section