Error: Component '3DGaitModel2392' could not find '/jointset/hip_r/hip_flexion_r/value
Posted: Tue Sep 10, 2024 6:56 am
Hello,
I'm working on a MocoStudy using 3DGaitModel2392 and I'm experiencing an error when I try to initialize
A Java exception occurred:
java.lang.RuntimeException: Component '3DGaitModel2392' could not find '/jointset/hip_r/hip_flexion_r/value' of type Component. Make sure a component exists
at this path and that it is of the correct type.
Thrown at Component.h:772 in getComponent().
at org.opensim.modeling.opensimMocoJNI.MocoStudy_initCasADiSolver(Native Method)
at org.opensim.modeling.MocoStudy.initCasADiSolver(MocoStudy.java:229)
This error happens when I call MocoStudy.initCasADiSolver()
In my code, I have:
1. Loaded the 3DGaitModel2392 model.
2. Modifications applied, such as ignoring tendon compliance and replacing muscles.
3. Set time limits and joint positions including the hip, knee and ankle.
I'm not sure if the problem is path related or something deeper in the model configuration. Has anyone encountered a similar issue or have any advice on how to resolve this?
Any help or guidance would be appreciated
Thanks!
I'm working on a MocoStudy using 3DGaitModel2392 and I'm experiencing an error when I try to initialize
A Java exception occurred:
java.lang.RuntimeException: Component '3DGaitModel2392' could not find '/jointset/hip_r/hip_flexion_r/value' of type Component. Make sure a component exists
at this path and that it is of the correct type.
Thrown at Component.h:772 in getComponent().
at org.opensim.modeling.opensimMocoJNI.MocoStudy_initCasADiSolver(Native Method)
at org.opensim.modeling.MocoStudy.initCasADiSolver(MocoStudy.java:229)
This error happens when I call MocoStudy.initCasADiSolver()
In my code, I have:
1. Loaded the 3DGaitModel2392 model.
2. Modifications applied, such as ignoring tendon compliance and replacing muscles.
3. Set time limits and joint positions including the hip, knee and ankle.
I'm not sure if the problem is path related or something deeper in the model configuration. Has anyone encountered a similar issue or have any advice on how to resolve this?
Any help or guidance would be appreciated
Thanks!