Skip to content

Commit

Permalink
Merge pull request #137 from lrapetti/fix/iCub2_5_feet-size
Browse files Browse the repository at this point in the history
Fix/i cub2 5 feet size
  • Loading branch information
gabrielenava authored Dec 9, 2021
2 parents 32f4499 + ea7ab15 commit 6c354c3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
fZmin = 10;

% physical size of the foot
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.05 ]; % yMin, yMax
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.045 ]; % yMin, yMax

% Compute contact constraints (friction cone, unilateral constraints)
[ConstraintsMatrix, bVectorConstraints] = wbc.computeRigidContactConstraints ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
fZmin = 10;

% physical size of the foot
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.05 ]; % yMin, yMax
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.045 ]; % yMin, yMax

% Compute contact constraints (friction cone, unilateral constraints)
[ConstraintsMatrix, bVectorConstraints] = wbc.computeRigidContactConstraints ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
fZmin = 10;

% physical size of the foot
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.05 ]; % yMin, yMax
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.045 ]; % yMin, yMax

% Compute contact constraints (friction cone, unilateral constraints)
[ConstraintsMatrix, bVectorConstraints] = wbc.computeRigidContactConstraints ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
fZmin = 10;

% physical size of the foot
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.05 ]; % yMin, yMax
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.045 ]; % yMin, yMax

% Compute contact constraints (friction cone, unilateral constraints)
[ConstraintsMatrix, bVectorConstraints] = wbc.computeRigidContactConstraints ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,5 +520,5 @@
Config.fZmin = 10;

% physical size of the foot
Config.feet_size = [-0.07 0.12; % xMin, xMax
-0.045 0.05]; % yMin, yMax
Config.feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.045]; % yMin, yMax
Original file line number Diff line number Diff line change
Expand Up @@ -525,5 +525,5 @@
Config.fZmin = 10;

% physical size of the foot
Config.feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.05 ]; % yMin, yMax
Config.feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.045 ]; % yMin, yMax
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
fZmin = 10;

% physical size of the foot
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.05 ]; % yMin, yMax
feet_size = [-0.07 0.12 ; % xMin, xMax
-0.045 0.045 ]; % yMin, yMax

% Compute contact constraints (friction cone, unilateral constraints)
[ConstraintsMatrix, bVectorConstraints] = wbc.computeRigidContactConstraints ...
Expand Down

0 comments on commit 6c354c3

Please sign in to comment.