Open carmichaelong opened 4 years ago
@carmichaelong just to clarify, you are calling unseal()
, as in study.solve().unseal()
? Per #494, it would be good to try both that and
solution = study.solve()
solutionUnsealed = solution.unseal()
study.visualize(solutionUnsealed)
@chrisdembia we should update that message to say This trajectory is sealed, to force you...
.
I didn't explicitly call unseal()
from MATLAB. I was running exampleMocoTrack
as is, and that error occurs, pointing at https://github.com/opensim-org/opensim-moco/blob/master/Moco/Bindings/Java/Matlab/Examples/exampleMocoTrack/exampleMocoTrack.m#L194
Maybe an unseal()
call needs to be added to the example then?
I think we shouldn't add unseal()
to any examples unless we are demonstrating unseal()
.
Invalid_Number_Detected
also occurred for me in the C++ example for the muscle driven part of ExampleMocoTrack
We need to disable tendon compliance for that example
Sorry I didn’t realize you were working on exampleMocoTrack. Use ModOpIgnoreTendonCompliance.
Tested on Windows 10, MATLAB R2019a
exampleMarkerTracking10DOF
: set_weight doesn't exist for scripting https://github.com/opensim-org/opensim-moco/blob/master/Moco/Bindings/Java/Matlab/Examples/exampleMarkerTracking10DOF/exampleMarkerTracking10DOF.m#L108exampleSitToStand
: as noted in #481exampleMocoTrack
: issue withmuscleDrivenStateTracking()
withunseal()
, possibly related to #494? Error below:I can definitely make quick fixes to the first two. Likely would need some direction about the third issue.