Is there a bug in the examplemarkertracking10dof routine

OpenSim Moco is a software toolkit to solve optimal control problems with musculoskeletal models defined in OpenSim using the direct collocation method.
POST REPLY
User avatar
hiram qu
Posts: 5
Joined: Wed Apr 28, 2021 5:52 am

Is there a bug in the examplemarkertracking10dof routine

Post by hiram qu » Thu Aug 12, 2021 2:29 am

Why does this problem appear when running examplemarkertracking10dof? I didn't change any code during the run.
Java exception occurred:
java.lang.RuntimeException: Table has no column labels. Use setColumnLabels() to add labels.
Thrown at AbstractDataTable.cpp:93 in getColumnLabels().
at org.opensim.modeling.opensimMocoJNI.MocoStudy_ initCasADiSolver(Native Method)
at org.opensim.modeling.MocoStudy.initCasADiSolver(MocoStudy.java:113)

User avatar
Nicholas Bianco
Posts: 1050
Joined: Thu Oct 04, 2012 8:09 pm

Re: Is there a bug in the examplemarkertracking10dof routine

Post by Nicholas Bianco » Mon Aug 16, 2021 11:20 am

Hi Hiram,

I'm not sure what's wrong here, but it seems like it has something to do with the marker trajectories TRC file in that example. Can you try access the marker table outside of running the MocoStudy to see if the same error occurs?

-Nick

POST REPLY