Page 1 of 1

Is there a bug in the examplemarkertracking10dof routine

Posted: Thu Aug 12, 2021 2:29 am
by hiram123
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)

Re: Is there a bug in the examplemarkertracking10dof routine

Posted: Mon Aug 16, 2021 11:20 am
by nbianco
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