Skip to content

Commit

Permalink
Update initTorqueBalancingYoga.m
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielenava authored Feb 8, 2019
1 parent 6241510 commit 8ad42ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
% center-of-mass trajectory. The associated configuration
% parameters can be found under the folder:
%
% app/robots/YARP_ROBOT_NAME/initRefGen.m
% app/robots/YARP_ROBOT_NAME/initCoordinator.m
%
SM_TYPE = 'YOGA';

Expand Down Expand Up @@ -102,4 +102,4 @@
end

% Compute contact constraints (friction cone, unilateral constraints)
[ConstraintsMatrix,bVectorConstraints] = constraints(forceFrictionCoefficient,numberOfPoints,torsionalFrictionCoefficient,feet_size,fZmin);
[ConstraintsMatrix,bVectorConstraints] = constraints(forceFrictionCoefficient,numberOfPoints,torsionalFrictionCoefficient,feet_size,fZmin);

0 comments on commit 8ad42ac

Please sign in to comment.