OpenSim 4.1 to 4.3

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
itay coifman
Posts: 4
Joined: Tue Apr 14, 2020 11:50 am

OpenSim 4.1 to 4.3

Post by itay coifman » 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?

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.

"

Tags:

User avatar
Ayman Habib
Posts: 2238
Joined: Fri Apr 01, 2005 12:24 pm

Re: OpenSim 4.1 to 4.3

Post by Ayman Habib » Mon Oct 04, 2021 8:52 am

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

POST REPLY