Skip to content

Commit 36191f4

Browse files
authored
Update robotstack.md
1 parent a79ca10 commit 36191f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Host_Setup/RoboStack/robotstack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RoboStack has released a new version of ROS Noetic. It uses a more recent versio
66
```
77
./ros_conda_install_unix_new.sh
88
```
9-
It will create a new environment called ```ros_base2```. You can activate it by ```conda activate ros_base2```. Your old environment ```ros_base``` will still be there.
9+
It will create a new environment called ```ros_base2```. You can activate it by ```conda activate ros_base2```. Your old environment ```ros_base``` will still be there. Both will work well for this class.
1010

1111
## Mac OS and Linux
1212
If you are using Mac OS or Linux, we provide you a simple script to automate the process. Simply open a terminal, then run
@@ -15,7 +15,7 @@ If you are using Mac OS or Linux, we provide you a simple script to automate the
1515
chmod +x ros_conda_install_unix.sh
1616
./ros_conda_install_unix.sh
1717
```
18-
If you already have conda (anaconda/miniconda/miniforge, etc) installed, it will install [**mamba**](https://mamba.readthedocs.io/en/latest/installation.html) in your base environments, and then create a new python3.9 environment with ROS Noetic installed.
18+
If you already have conda (anaconda/miniconda/miniforge, etc) installed, it will install [**mamba**](https://mamba.readthedocs.io/en/latest/installation.html) in your base environments, and then create a new python3.9 environment with ROS Noetic installed. If your original conda is very old, you might experience siginificantly slow installation and even errors. It might be a good idea to backup your old conda environments and use mambaforge.
1919

2020
If you do not have conda installed, the script will first install [**mambaforge**](https://github.com/conda-forge/miniforge#mambaforge), and then create a new ROS Noetic environment.
2121

0 commit comments

Comments
 (0)