You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to-use-plugins-with-ergoCub.md
+14-19
Original file line number
Diff line number
Diff line change
@@ -15,42 +15,37 @@ Note that some features of the ergocub model (mainly the depth sensors and the h
15
15
16
16
## Installation
17
17
18
-
The easiest ways to setup an environment with everything we need are:
18
+
The easiest ways to setup an environment with everything we need is to follow only one of the following two options:
19
+
20
+
-[Creating a conda environment](#conda-environment)
21
+
-[Using the robotology-superbuild](#installation-via-robotology-superbuild)
19
22
20
-
- Using the robotology-superbuild
21
-
- Creating a conda environment
22
23
23
24
### Conda environment
24
25
25
26
#### Install a conda distribution
26
27
27
-
If you do not have one, please install a conda distribution. We suggest to use the minimal [mambaforge](https://github.com/conda-forge/miniforge#mambaforge) distribution, which uses conda-forge packages by default and installs the [mamba](https://github.com/mamba-org/mamba) command by default.
28
+
If you do not have one, please install a conda distribution. We suggest to use the minimal [miniforge](https://github.com/conda-forge/miniforge) distribution, which uses conda-forge packages by default.
28
29
29
-
To install mambaforge, please follow the instructions in [install-mambaforge](https://github.com/robotology/robotology-superbuild/blob/master/doc/install-mambaforge.md) documentation.
30
+
To install miniforge, please follow the instructions in [install-miniforge](https://github.com/robotology/robotology-superbuild/blob/master/doc/install-miniforge.md) documentation.
30
31
31
32
#### Create an environment
32
33
33
34
Then create the following environment with all the packages needed:
[robotology-superbuild](https://github.com/robotology/robotology-superbuild/tree/master) is a meta repository that is able to download and compile a plethora of software from the [robotology](https://github.com/robotology) organization.
48
+
[robotology-superbuild](https://github.com/robotology/robotology-superbuild) is a meta repository that is able to download and compile a plethora of software from the [robotology](https://github.com/robotology) organization.
54
49
55
50
First of all, we have to configure the superbuild such that it will download and install the software we need. It is possible to do this by enabling the appropriate options: in particular, we need to enable the `ROBOTOLOGY_ENABLE_CORE` profile with `ROBOTOLOGY_USES_GZ` option and disable the `ROBOTOLOGY_USES_GAZEBO` one.
0 commit comments