Skip to content
Snippets Groups Projects
Commit 8b9656b7 authored by Boman Romain's avatar Boman Romain
Browse files

new mesh for CLIpro 750k

parent a712eaa3
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -11,7 +11,7 @@ def parms(d={}):
[58.952919, -197.350830, 280.833832]]
p['LTMJ'] = [28.769444, 127.225159, 198.837112]
p['RTMJ'] = [28.075665, 116.736336, 394.429504]
p['muscles'] = [
p['muscles'] = [
{
'file': f'{path}/Dolico_osb_MAME_L.stl',
'force': 772.65,
......
......@@ -11,7 +11,7 @@ def parms(d={}):
[-141.554642, -31.049093, 176.841354]]
p['LTMJ'] = [207.311279, -80.298553, 187.387451]
p['RTMJ'] = [202.485397, 112.689812, 189.151352]
p['muscles'] = [
p['muscles'] = [
{
'file': f'{path}/PLTtym_M_Adductor_externus_L1.stl',
'force': 487.38,
......
#!/bin/bash
# zip all folders
# send all .tbz2 files to dox
set -e
echo "Enter your dox username:"
read USERNAME
echo "Enter your dox passwd:"
read -s PASSWD
for i in $(ls *.tbz2); do
curl -T $i https://dox.ulg.ac.be/remote.php/dav/files/u180139/ -u "u180139:XXXXX"
echo $i
curl -T $i https://dox.ulg.ac.be/remote.php/dav/files/${USERNAME}/ -u "${USERNAME}:${PASSWD}"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment