1- # DefrostSofaBundle2022
1+ # Defrost SOFA Bundle
22
3- This is a bundle of SOFA binaries specially prepared for RoboSoft 2022 workshop .
3+ This is a bundle of SOFA binaries specially intented for soft robotics .
44The bundle contains:
5- - sofa-framework/sofa@robosoft2022 (snapshot from master, at commit 479fd27b, 30 March 2022)
6- - sofa-framework/SofaPython3@robosoft2022 (synced with master)
7- - SofaDefrost/STLIB@robosoft2022 (synced with master)
8- - SofaDefrost/SoftRobots@robosoft2022 (synced with master)
9- - sofabot/SoftRobots.Inverse@robosoft2022 (private repository)
5+ - [ SOFA] ( https://github.com/sofa-framework/sofa )
6+ - [ SofaPython3] ( https://github.com/sofa-framework/SofaPython3 )
7+ - [ STLIB] ( https://github.com/SofaDefrost/STLIB )
8+ - [ SoftRobots] ( https://github.com/SofaDefrost/SoftRobots )
9+ - SoftRobots.Inverse (private repository)
10+ - [ BeamAdapter] ( https://github.com/sofa-framework/BeamAdapter )
11+ - [ Cosserat] ( https://github.com/SofaDefrost/plugin.Cosserat )
12+ - [ ModelOrderReduction] ( https://github.com/SofaDefrost/ModelOrderReduction )
1013
1114----------------------------------------
1215
@@ -32,17 +35,17 @@ To open a Terminal: Start > type "cmd" > press Enter
32353 . Install ** numpy + Scipy**
3336 Open a Terminal and run ` python -m pip install numpy scipy `
3437
35- ### Install the SOFA RoboSoft bundle
38+ ### Install the SOFA bundle for soft robotics
3639
37- Go to https://github.com/SofaDefrost/RoboSoft2022 /releases/tag/release-main
40+ Go to https://github.com/SofaDefrost/DefrostSofaBundle /releases/
3841Download the ZIP corresponding to your system and the version of python you just installed.
3942Extract the ZIP on your Desktop.
4043
4144### Execute runSofa
4245
4346Open a Terminal and run
4447``` cmd
45- cd %HOMEPATH%\Desktop\SOFA_robosoft2022_ *
48+ cd %HOMEPATH%\Desktop\SOFA_BUNDLE_ *
4649set PYTHONPATH=plugins\SofaPython3\lib\python3\site-packages
4750bin\runSofa.exe
4851```
@@ -79,17 +82,17 @@ bin\runSofa.exe
7982 python3 -m pip install numpy scipy
8083 ```
8184
82- ### Install the SOFA RoboSoft bundle
85+ ### Install the SOFA bundle for soft robotics
8386
84- Go to https://github.com/SofaDefrost/RoboSoft2022 /releases/tag/release-main
87+ Go to https://github.com/SofaDefrost/DefrostSofaBundle /releases/
8588Download the ZIP corresponding to your system and the version of python you just installed.
8689Extract the ZIP on your Desktop.
8790
8891### Execute runSofa
8992
9093Open a Terminal and run
9194``` bash
92- cd ~ /Desktop/SOFA_robosoft2022_ *
95+ cd ~ /Desktop/SOFA_BUNDLE_ *
9396export PYTHONPATH=plugins/SofaPython3/lib/python3/site-packages
9497./bin/runSofa
9598```
@@ -121,17 +124,17 @@ export PYTHONPATH=plugins/SofaPython3/lib/python3/site-packages
121124 python3 -m pip install numpy scipy
122125 ```
123126
124- ### Install the SOFA RoboSoft bundle
127+ ### Install the SOFA bundle for soft robotics
125128
126- Go to https://github.com/SofaDefrost/RoboSoft2022 /releases/tag/release-main
129+ Go to https://github.com/SofaDefrost/DefrostSofaBundle /releases/
127130Download the ZIP corresponding to your system and the version of python you just installed.
128131Extract the ZIP in your User folder.
129132
130133### Execute runSofa
131134
132135Open a Terminal and run
133136``` bash
134- cd ~ /SOFA_robosoft2022_ *
137+ cd ~ /SOFA_BUNDLE_ *
135138export PYTHONPATH=plugins/SofaPython3/lib/python3/site-packages
136139./bin/runSofa
137140```
0 commit comments