From 061fc64f74d2647327dde42f65364f3a9b211149 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Sun, 21 Dec 2025 02:03:01 +0100 Subject: [PATCH] install the 'ros-dev-tools' metapackage --- docs/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index efb0297d..9abd9b5b 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -74,7 +74,7 @@ Note that the instructions for Conda and Micromamba are virtually identical apar ## Installing tools for local development ```bash title="Default tools to help with local development of ROS packages" micromamba activate ros_env - micromamba install -c conda-forge compilers cmake pkg-config make ninja colcon-common-extensions catkin_tools rosdep + micromamba install -c conda-forge ros-dev-tools ``` !!! tip "Developing on Windows" @@ -149,7 +149,7 @@ Note that the instructions for Conda and Micromamba are virtually identical apar ## Installing tools for local development ```bash title="Default tools to help with local development of ROS packages" conda activate ros_env - conda install -c conda-forge compilers cmake pkg-config make ninja colcon-common-extensions catkin_tools rosdep + conda install -c conda-forge ros-dev-tools ``` !!! tip "Developing on Windows"