RRA tool error

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Zakia Hussain
Posts: 37
Joined: Sun Dec 26, 2021 10:44 pm

RRA tool error

Post by Zakia Hussain » Fri Dec 09, 2022 1:03 am

Hello

I am using this model by Hang Xu (https://simtk.org/frs/?group_id=933) and added 4 more muscles in the legs. When I run the IK results associated with grf they are not consistent. I decided to use RRA to counter this, however, I am getting this error..

java.lang.RuntimeException: SimTK Exception thrown at SmallMatrixMixed.h:879:
Error detected by Simbody method lapackInverse(Mat<>): Matrix is singular so can't be inverted (Lapack getrf info=5).
(Required condition 'info==0' was not met.)

at org.opensim.modeling.opensimActuatorsAnalysesToolsJNI.RRATool_run(Native Method)
at org.opensim.modeling.RRATool.run(RRATool.java:156)
at org.opensim.tracking.RRAToolModel$RRAToolWorker.construct(RRAToolModel.java:136)
at org.opensim.swingui.SwingWorker$2.run(SwingWorker.java:130)
[catch] at java.lang.Thread.run(Thread.java:748)


Can anyone help me with this?

Thank you

Tags:

User avatar
Thomas Uchida
Posts: 1777
Joined: Wed May 16, 2012 11:40 am

Re: RRA tool error

Post by Thomas Uchida » Fri Dec 09, 2022 10:55 am

I decided to use RRA to counter this
Has the model been designed for computing dynamics? If not, perhaps check for body segments that have zero mass and/or inertia, which could cause the error you are seeing.

User avatar
Zakia Hussain
Posts: 37
Joined: Sun Dec 26, 2021 10:44 pm

Re: RRA tool error

Post by Zakia Hussain » Sat Dec 10, 2022 11:55 pm

Thanks for responding Dr. Uchida.
tkuchida wrote:
Fri Dec 09, 2022 10:55 am
Has the model been designed for computing dynamics? If not, perhaps check for body segments that have zero mass and/or inertia, which could cause the error you are seeing.
All the body segments have a mass /inertia so that's why i am not really sure what else could it be.

User avatar
Thomas Uchida
Posts: 1777
Joined: Wed May 16, 2012 11:40 am

Re: RRA tool error

Post by Thomas Uchida » Sun Dec 11, 2022 8:20 am

There may be some useful information in the discussion on Topic 4242: viewtopicPhpbb.php?f=91&t=4242

POST REPLY