From 22f76b82b318191fefccb4df3baa67101b71bd4a Mon Sep 17 00:00:00 2001 From: Mattia Massarenti <121773111+M61ss@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:27:18 +0100 Subject: [PATCH] Update Creating-A-Workspace.rst I think a mistype Signed-off-by: Mattia Massarenti <121773111+M61ss@users.noreply.github.com> --- .../Creating-A-Workspace/Creating-A-Workspace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2149a2328bb..6241c1d58c6 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 @@ -172,7 +172,7 @@ If you already have all your dependencies, the console will return: .. code-block:: console - #All required rosdeps installed successfully + All required rosdeps installed successfully Packages declare their dependencies in the package.xml file (you will learn more about packages in the next tutorial). This command walks through those declarations and installs the ones that are missing.