Skip to content

Commit 909bb1e

Browse files
Fix channel
1 parent a0abcb8 commit 909bb1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To get started with conda (or mamba) as package managers, you need to have a bas
4747
conda install mamba -c conda-forge
4848

4949
# now create a new environment
50-
mamba create -n ros_galactic ros-galactic-desktop python=3.9 -c robostack-experimental -c conda-forge --no-channel-priority --override-channels
50+
mamba create -n ros_galactic ros-galactic-desktop python=3.9 -c robostack-galactic -c conda-forge --no-channel-priority --override-channels
5151
conda activate ros_galactic
5252

5353
# optionally, install some compiler packages if you want to e.g. build packages in a colcon_ws:

0 commit comments

Comments
 (0)