Skip to content

Commit 6c354c3

Browse files
author
Gabriele Nava
authored
Merge pull request #137 from lrapetti/fix/iCub2_5_feet-size
Fix/i cub2 5 feet size
2 parents 32f4499 + ea7ab15 commit 6c354c3

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

controllers/+floatingBaseBalancingTorqueControlWithSimulator/app/robots/iCubGazeboV2_5/configStateMachine.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
fZmin = 10;
153153

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

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

controllers/floating-base-balancing-torque-control/app/robots/iCubGazeboV2_5/configStateMachine.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
fZmin = 10;
153153

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

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

controllers/floating-base-balancing-torque-control/app/robots/iCubGenova02/configStateMachine.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
fZmin = 10;
153153

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

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

controllers/floating-base-balancing-torque-control/app/robots/iCubGenova04/configStateMachine.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
fZmin = 10;
153153

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

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

controllers/floating-base-jerk-control/app/robots/iCubGazeboV2_5/initStateMachineYoga.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -520,5 +520,5 @@
520520
Config.fZmin = 10;
521521

522522
% physical size of the foot
523-
Config.feet_size = [-0.07 0.12; % xMin, xMax
524-
-0.045 0.05]; % yMin, yMax
523+
Config.feet_size = [-0.07 0.12 ; % xMin, xMax
524+
-0.045 0.045]; % yMin, yMax

controllers/floating-base-jerk-control/app/robots/iCubGenova04/initStateMachineYoga.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -525,5 +525,5 @@
525525
Config.fZmin = 10;
526526

527527
% physical size of the foot
528-
Config.feet_size = [-0.07 0.12 ; % xMin, xMax
529-
-0.045 0.05 ]; % yMin, yMax
528+
Config.feet_size = [-0.07 0.12 ; % xMin, xMax
529+
-0.045 0.045 ]; % yMin, yMax

controllers/simulink-balancing-simulator/app/robots/iCubGazeboV2_5/configStateMachine.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
fZmin = 10;
153153

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

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

0 commit comments

Comments
 (0)