Page 1 of 1

OpenSim 4.1 to 4.3

Posted: Mon Oct 04, 2021 2:31 am
by itaycoif
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?

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.

"

Re: OpenSim 4.1 to 4.3

Posted: Mon Oct 04, 2021 8:52 am
by aymanh
Hello,

The same files we use for our examples in 4.1 are used in 4.3. It's possible that some changes to the underlying classes were made however, making the syntax check more strict. I'd expect to see two values separated by a space without enclosing brackets, as suggested by the error message.. Please check the distributed example for the format and let us know if there's anything we need to update on our side.

Best regards,
Ayman