File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Note that the instructions for Conda and Micromamba are virtually identical apar
7474 ## Installing tools for local development
7575 ```bash title="Default tools to help with local development of ROS packages"
7676 micromamba activate ros_env
77- micromamba install -c conda-forge compilers cmake pkg-config make ninja colcon-common-extensions catkin_tools rosdep
77+ micromamba install -c conda-forge ros-dev-tools
7878 ```
7979
8080 !!! tip "Developing on Windows"
@@ -149,7 +149,7 @@ Note that the instructions for Conda and Micromamba are virtually identical apar
149149 ## Installing tools for local development
150150 ```bash title="Default tools to help with local development of ROS packages"
151151 conda activate ros_env
152- conda install -c conda-forge compilers cmake pkg-config make ninja colcon-common-extensions catkin_tools rosdep
152+ conda install -c conda-forge ros-dev-tools
153153 ```
154154
155155 !!! tip "Developing on Windows"
You can’t perform that action at this time.
0 commit comments