Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBergonti authored Oct 30, 2023
1 parent 655333b commit 94d3e36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=</path/to/desired/install/dir>.
make install
echo "source </path/to/desired/install/dir>/share/ironcub/setup-v1.sh" > "${CONDA_PREFIX}/etc/conda/activate.d/ironcub_activate.sh"
echo "source </path/to/desired/install/dir>/share/ironcub/setup_v1.sh" > "${CONDA_PREFIX}/etc/conda/activate.d/ironcub_activate.sh"
chmod +x "${CONDA_PREFIX}/etc/conda/activate.d/ironcub_activate.sh"
```

Expand All @@ -58,7 +58,7 @@ mkdir build
cd build
cmake .. -G"Visual Studio 17 2022" -DCMAKE_INSTALL_PREFIX=<\path\to\desired\install\dir>
cmake --build . --config Release --target INSTALL
echo call "<path\to\desired\install\dir>\share\ironcub\setup-v1.sh" > "%CONDA_PREFIX%\etc\conda\activate.d\ironcub_activate.bat"
echo call "<path\to\desired\install\dir>\share\ironcub\setup_v1.sh" > "%CONDA_PREFIX%\etc\conda\activate.d\ironcub_activate.bat"
```

> [!warning]
Expand All @@ -73,8 +73,8 @@ mamba activate <conda-environment-name>
```

> [!NOTE]
> Activating the environment will automatically source `setup-v1.sh` (`setup-v1.bat` for windows). If you want to deactivate the sourced variables, you should open a new terminal.
> To better understand which variables are set by the `setup-v1.sh` script, see also these READMEs:
> Activating the environment will automatically source `setup_v1.sh` (`setup_v1.bat` for windows). If you want to deactivate the sourced variables, you should open a new terminal.
> To better understand which variables are set by the `setup_v1.sh` script, see also these READMEs:
> - https://github.com/ami-iit/ironcub_mk1_software/tree/porting_mk1_mk1_1/models/worlds#usage
> - https://github.com/ami-iit/ironcub_mk1_software/blob/porting_mk1_mk1_1/lib/gazebo/README.md#setting-up-env-variables
> - https://github.com/ami-iit/ironcub_mk1_software/tree/porting_mk1_mk1_1/models#installation-and-usage
Expand Down

0 comments on commit 94d3e36

Please sign in to comment.