OpenSim 4.1 to 4.3
Posted: Mon Oct 04, 2021 2:31 am
Hello, I am a user that just updated the OpenSim 4.1 to OpenSim 4.3,
this next Matlab code worked at 4.1 and it seems that at 4.3 the time range property has changed a bit, what is the right format now?
"
Failed to read double property time_range; input='[0.0041667 49.9833]'.
Not enough values for double property time_range; input='[0.0041667 49.9833]'. Expected 2, got 0.
"
this next Matlab code worked at 4.1 and it seems that at 4.3 the time range property has changed a bit, what is the right format now?
Code: Select all
kTool = InverseKinematicsTool(ikXml);
Failed to read double property time_range; input='[0.0041667 49.9833]'.
Not enough values for double property time_range; input='[0.0041667 49.9833]'. Expected 2, got 0.
"