I am trying to change the marker set on an existing model because we would like to try a different model on data we have collected previously. When I open the model with the new marker set in the GUI all of the markers are in the correct locations and on the correct segments. I can then scale the model to the new marker set, but it fails if I try to adjust the markers in the scaled model. More specifically, if I try to run the inverse kinematics tool to see how well the scaling worked I get the following error:
Code: Select all
InverseKinematicsTool Failed: AssemblySolver::assemble() Failed: SimTK Exception thrown at Assembler.cpp:871:
Method Assembler::assemble() failed because:
Optimizer failed with message: SimTK Exception thrown at InteriorPointOptimizer.cpp:264:
Optimizer failed: Ipopt: Maximum iterations exceeded (status -1)
Assembly error tolerance achieved: 0.0023966439265220331 required: 1.0000000000000002e-06.
Any insight you all have would be greatly appreciated.
Thanks,
EAD