Skip to content

Commit

Permalink
fixed again torso coupling matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielenava committed Oct 9, 2018
1 parent 7446771 commit 94e1a9f
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

if Config.INCLUDE_COUPLING

Config.T = blkdiag(T_torso,T_LShoulder,1,T_RShoulder,1,eye(12));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
1 t 0;
0 -t t];

T_torso = [-0.5 0.5 0;
T_torso = [ 0.5 -0.5 0;
0.5 0.5 0;
r/(2*R) r/(2*R) r/R];

Expand Down

0 comments on commit 94e1a9f

Please sign in to comment.