BOPS compatibility with OpenSim 4.1 - plotting

Provide a MATLAB based, user friendly and easy-to-use tool to perform batch process of the most commonly used OpenSim Tools (IK, ID, MA and SO).
POST REPLY
User avatar
Victor Grenier
Posts: 2
Joined: Tue Jul 23, 2019 5:03 pm

BOPS compatibility with OpenSim 4.1 - plotting

Post by Victor Grenier » Fri Feb 14, 2020 7:23 am

Hi,
I've had the following issue using BOPS with OpenSim 4.1. I'm using Matlab R2019b.
The plot function for IK doesn't seem to work as the get the following Matlab error:

Undefined function 'getCoordinateSet' for input arguments of type 'org.opensim.modeling.Joint'.
Error in getJointDofs (line 27)
coordinateSet = osimJoint.getCoordinateSet();

thank you,

Victor Grenier

POST REPLY