Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EulalieCoevoet authored Jun 28, 2022
1 parent 70cb2ff commit 0a35164
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# DefrostSofaBundle2022
# Defrost SOFA Bundle

This is a bundle of SOFA binaries specially prepared for RoboSoft 2022 workshop.
This is a bundle of SOFA binaries specially intented for soft robotics.
The bundle contains:
- sofa-framework/sofa@robosoft2022 (snapshot from master, at commit 479fd27b, 30 March 2022)
- sofa-framework/SofaPython3@robosoft2022 (synced with master)
- SofaDefrost/STLIB@robosoft2022 (synced with master)
- SofaDefrost/SoftRobots@robosoft2022 (synced with master)
- sofabot/SoftRobots.Inverse@robosoft2022 (private repository)
- [SOFA](https://github.com/sofa-framework/sofa)
- [SofaPython3](https://github.com/sofa-framework/SofaPython3)
- [STLIB](https://github.com/SofaDefrost/STLIB)
- [SoftRobots](https://github.com/SofaDefrost/SoftRobots)
- SoftRobots.Inverse (private repository)
- [BeamAdapter](https://github.com/sofa-framework/BeamAdapter)
- [Cosserat](https://github.com/SofaDefrost/plugin.Cosserat)
- [ModelOrderReduction](https://github.com/SofaDefrost/ModelOrderReduction)

----------------------------------------

Expand All @@ -32,17 +35,17 @@ To open a Terminal: Start > type "cmd" > press Enter
3. Install **numpy + Scipy**
Open a Terminal and run `python -m pip install numpy scipy`

### Install the SOFA RoboSoft bundle
### Install the SOFA bundle for soft robotics

Go to https://github.com/SofaDefrost/RoboSoft2022/releases/tag/release-main
Go to https://github.com/SofaDefrost/DefrostSofaBundle/releases/
Download the ZIP corresponding to your system and the version of python you just installed.
Extract the ZIP on your Desktop.

### Execute runSofa

Open a Terminal and run
```cmd
cd %HOMEPATH%\Desktop\SOFA_robosoft2022_*
cd %HOMEPATH%\Desktop\SOFA_BUNDLE_*
set PYTHONPATH=plugins\SofaPython3\lib\python3\site-packages
bin\runSofa.exe
```
Expand Down Expand Up @@ -79,17 +82,17 @@ bin\runSofa.exe
python3 -m pip install numpy scipy
```

### Install the SOFA RoboSoft bundle
### Install the SOFA bundle for soft robotics

Go to https://github.com/SofaDefrost/RoboSoft2022/releases/tag/release-main
Go to https://github.com/SofaDefrost/DefrostSofaBundle/releases/
Download the ZIP corresponding to your system and the version of python you just installed.
Extract the ZIP on your Desktop.

### Execute runSofa

Open a Terminal and run
```bash
cd ~/Desktop/SOFA_robosoft2022_*
cd ~/Desktop/SOFA_BUNDLE_*
export PYTHONPATH=plugins/SofaPython3/lib/python3/site-packages
./bin/runSofa
```
Expand Down Expand Up @@ -121,17 +124,17 @@ export PYTHONPATH=plugins/SofaPython3/lib/python3/site-packages
python3 -m pip install numpy scipy
```

### Install the SOFA RoboSoft bundle
### Install the SOFA bundle for soft robotics

Go to https://github.com/SofaDefrost/RoboSoft2022/releases/tag/release-main
Go to https://github.com/SofaDefrost/DefrostSofaBundle/releases/
Download the ZIP corresponding to your system and the version of python you just installed.
Extract the ZIP in your User folder.

### Execute runSofa

Open a Terminal and run
```bash
cd ~/SOFA_robosoft2022_*
cd ~/SOFA_BUNDLE_*
export PYTHONPATH=plugins/SofaPython3/lib/python3/site-packages
./bin/runSofa
```

0 comments on commit 0a35164

Please sign in to comment.