Skip to content

Commit 818f281

Browse files
Split 'rosdep install' command output to separate codeblock again (#5398) (#5411)
(cherry picked from commit 6f7f313) Signed-off-by: Christophe Bedard <[email protected]> Co-authored-by: Christophe Bedard <[email protected]>
1 parent 2929935 commit 818f281

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

source/How-To-Guides/Installation-Troubleshooting.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,12 @@ Running the ``rosdep`` command should now execute normally:
270270
.. code-block:: console
271271
272272
$ rosdep install -i --from-path src --rosdistro {DISTRO} -y
273-
All required rosdeps installed successfully
274273
274+
The command should return:
275+
276+
.. code-block:: text
277+
278+
#All required rosdeps installed successfully
275279
276280
.. _windows-troubleshooting:
277281

source/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Here are the :ref:`from-source rosdep section <linux-development-setup-install-d
173173

174174
If you already have all your dependencies, the console will return:
175175

176-
.. code-block:: console
176+
.. code-block:: text
177177
178178
#All required rosdeps installed successfully
179179

0 commit comments

Comments
 (0)