So far, I have positioned the model with 90 degrees of elbow flexion. I also have a modified motion file which holds this pose for a one-second duration. I would now like to apply a 10N downward ExternalForce to the 'r_ulna_radius_hand' body within the model to see how the force production of the biceps changes.
I have created a source file (.mot) for the forces which includes a time column for the one second duration, along with three columns for the force application (r_ulna_radius_hand.x, etc.) with the value of -10 being given for the y-direction column.
My problem is twofold:
1) When trying to add the source file to the ExternalForces object in Matlab using
Code: Select all
externalForce.setDataSource('arm26_static_force.mot');
Code: Select all
No method 'setDataSource' with matching signature found for class 'org.opensim.modeling.ExternalForce'.
Thanks in advance, and I can provide more information if needed.