cmc failure
- raman samberia
- Posts: 28
- Joined: Tue Jan 03, 2017 11:29 pm
cmc failure
sir i am using upper extremity arm model for cmc simulation of human arm, as it already has one joint r_z for ration of body wrt z axis . The model works fine with it . but as soon as i add other rotation and translation to model(r_x,r_y,t_x,t_y,t_z). the simulation fails and gives error like SimTK Exception thrown at MuscleFixedWidthPennationModel.cpp:219: or (fiber length >0) condition not met. there is no motion in all these six solid body translation and rotation . even if i lock all these translation and rotation is still get ame error
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: cmc failure
The error indicates that one of the muscle fiber lengths is reaching zero. It's difficult to diagnose the issue without seeing the model. To troubleshoot, you could try plotting the fiber lengths to narrow down which muscle is causing the issue, then check the properties of this muscle (e.g., how the GeometryPath has been defined).