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