Skip to content

Commit c92bf06

Browse files
authored
Merge pull request #120 from christian-rauch/rosdev
install the 'ros-dev-tools' metapackage
2 parents 867da7e + 061fc64 commit c92bf06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)