Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Simplify conda environment installation

Co-authored-by: Filippo Luca Ferretti <[email protected]>
  • Loading branch information
xela-95 and flferretti committed Oct 23, 2024
1 parent d0df93d commit b753d99
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CoMoDO

## Control Motion Design Optimization
## Control Motion Design Optimization

Suite of parametrized controller and simulator for codesign of robots.

Expand All @@ -14,8 +14,9 @@ Suite of parametrized controller and simulator for codesign of robots.

---

## Installation
This library depends on
## Installation

This library depends on

- [``casadi``](https://web.casadi.org/)
- [``numpy``](https://numpy.org/)
Expand All @@ -27,14 +28,16 @@ This library depends on
- [``matplotlib``](https://matplotlib.org/stable/)
- [``urllib3``](https://urllib3.readthedocs.io/en/stable/)
- [``urchin``](https://github.com/fishbotics/urchin)
- [``jaxsim``](https://github.com/ami-iit/jaxsim)

To install you can use the following commands


```
conda create -n comododev -c conda-forge adam-robotics idyntree bipedal-locomotion-framework=0.19.0 mujoco mujoco-python numpy mujoco-python-viewer matplotlib urllib3 urchin resolve-robotics-uri-py notebook
conda create -n comododev -c conda-forge adam-robotics bipedal-locomotion-framework=0.19.0 mujoco-python-viewer matplotlib urllib3 urchin notebook jaxsim
conda activate comododev
pip install --no-deps git+https://github.com/CarlottaSartore/urdf-modifiers.git@scalar_modification
pip install --no-deps git+https://github.com/CarlottaSartore/urdf-modifiers.git@scalar_modification
pip install --no-deps -e .
```
Expand Down

0 comments on commit b753d99

Please sign in to comment.