Search found 4 matches

by Colin Rubow
Thu Mar 16, 2023 1:27 pm
Forum: OpenSim
Topic: Matlab Inverse Dynamics
Replies: 0
Views: 262

Matlab Inverse Dynamics

Hello, I have a model and a motion file I would like to perform Inverse Dynamics on but am having trouble using the Matlab API. I am specifically using OpenSim 3.3. This is the code I've figured out so far, %%%%%%%%%% Inverse Dynamics %%%%%%%%%%% my_model.buildSystem() my_state = my_model.initialize...
by Colin Rubow
Mon Jan 09, 2023 5:11 pm
Forum: OpenSim
Topic: Closed Chain Analysis
Replies: 0
Views: 174

Closed Chain Analysis

Hello, I have a model of the human neck and my lab would like to build a head rest type device and are seeking to understand the forces that such a device would experience. What I am trying to do with OpenSim is create a new joint attached to the back of the skull and ground and then perform an inve...
by Colin Rubow
Tue Jan 03, 2023 4:53 pm
Forum: OpenSim
Topic: Inverse Dynamics with and without Muscles
Replies: 1
Views: 262

Inverse Dynamics with and without Muscles

Hello, In performing inverse dynamics I have two cases. The first is where muscles are enabled and the second is otherwise. The goal is from the HYOID neck model to plot the moments experienced by the joints during a flexion motion, however, I've found that having muscles enabled or disabled made no...
by Colin Rubow
Wed Dec 21, 2022 2:27 pm
Forum: OpenSim
Topic: Invalid MobilizedBodyIndex error
Replies: 1
Views: 241

Invalid MobilizedBodyIndex error

Hello, in the XML .osim model file, in attempting to add a Body to an existing model, I get the error: Attempting to assign an invalid SimTK::MobilizedBodyIndex in Object 'spine_offset' of type PhysicalOffsetFrame. Thrown at PhysicalFrame.cpp:73 in setMobilizedBodyIndex(). The Body I've attempted to...