We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c4f27 commit 6ae5b15Copy full SHA for 6ae5b15
docs/GettingStarted.md
@@ -19,9 +19,10 @@ conda config --env --add channels conda-forge
19
# and the robostack channels
20
conda config --env --add channels robostack
21
conda config --env --add channels robostack-experimental
22
+conda config --env --add channels robostack-humble
23
24
# Install the version of ROS you are interested in:
-mamba install ros-galactic-desktop # (or: mamba install ros-noetic-desktop)
25
+mamba install ros-humble-desktop # (or "mamba install ros-noetic-desktop" or "mamba install ros-galactic-desktop")
26
27
# optionally, install some compiler packages if you want to e.g. build packages in a colcon_ws:
28
mamba install compilers cmake pkg-config make ninja colcon-common-extensions
0 commit comments