. The model goes well on IK,ID,RRA, but failed in CMC. I always got the error below:
Exception:
Model::equilibrateMuscles() Unable to compute equilibrium for this muscle.
Please verify that the initial activation is valid and that the length of
the musculotendon actuator doesn't produce a pennation angle of 90 degrees
or a negative fiber length.
Solver for force-velocity multiplier failed to converge.
In Object 'glut_med1_r' of type Thelen2003Muscle.
Thrown at thelen2003muscle.cpp:1704 in calcfvInv().
In Object 'glut_med1_r' of type Thelen2003Muscle.
Thrown at thelen2003muscle.cpp:350 in computeInitialFiberEquilibrium().
file= c:\projects\opensim-build-releases\opensim-core\opensim\simulation\model\model.cpp
line= 1193
Since I have already checked the properties of muscle glut_med1_r and it seems to be normal.
Can anyone tell me how should I do to solve this problem? Thank you.