File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
+floatingBaseBalancingTorqueControlWithSimulator/app/robots/iCubGazeboV2_5
floating-base-balancing-torque-control/app/robots
floating-base-jerk-control/app/robots
simulink-balancing-simulator/app/robots/iCubGazeboV2_5 Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 152
152
fZmin = 10 ;
153
153
154
154
% 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
157
157
158
158
% Compute contact constraints (friction cone, unilateral constraints)
159
159
[ConstraintsMatrix , bVectorConstraints ] = wbc .computeRigidContactConstraints ...
Original file line number Diff line number Diff line change 152
152
fZmin = 10 ;
153
153
154
154
% 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
157
157
158
158
% Compute contact constraints (friction cone, unilateral constraints)
159
159
[ConstraintsMatrix , bVectorConstraints ] = wbc .computeRigidContactConstraints ...
Original file line number Diff line number Diff line change 152
152
fZmin = 10 ;
153
153
154
154
% 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
157
157
158
158
% Compute contact constraints (friction cone, unilateral constraints)
159
159
[ConstraintsMatrix , bVectorConstraints ] = wbc .computeRigidContactConstraints ...
Original file line number Diff line number Diff line change 152
152
fZmin = 10 ;
153
153
154
154
% 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
157
157
158
158
% Compute contact constraints (friction cone, unilateral constraints)
159
159
[ConstraintsMatrix , bVectorConstraints ] = wbc .computeRigidContactConstraints ...
Original file line number Diff line number Diff line change 520
520
Config.fZmin = 10 ;
521
521
522
522
% 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
Original file line number Diff line number Diff line change 525
525
Config.fZmin = 10 ;
526
526
527
527
% 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
Original file line number Diff line number Diff line change 152
152
fZmin = 10 ;
153
153
154
154
% 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
157
157
158
158
% Compute contact constraints (friction cone, unilateral constraints)
159
159
[ConstraintsMatrix , bVectorConstraints ] = wbc .computeRigidContactConstraints ...
You can’t perform that action at this time.
0 commit comments