Search found 7 matches

by anna bicchi
Mon May 31, 2021 2:49 am
Forum: OpenSim
Topic: Static optimization (activation)
Replies: 3
Views: 463

Static optimization (activation)

Hi every one,
I am wandering respect to what the activation of the muscles (Static optimization results ) are normalized too? Is it correct to assume that they are normalize to a parameter which rap represents the MVC?
thank you in advance
by anna bicchi
Mon May 24, 2021 2:57 am
Forum: OpenSim
Topic: Forward kinematic
Replies: 4
Views: 553

Re: Forward kinematic

The Inverse Kinematics Tool should do this if you set the "report_marker_locations" flag to "true": <InverseKinematicsTool> <!--Directory used for writing results.--> <results_directory>./</results_directory> <!--Directory for input files--> <input_directory /> <!--Name of the model file (.osim) to...
by anna bicchi
Mon May 24, 2021 2:45 am
Forum: OpenSim
Topic: Forward kinematic
Replies: 4
Views: 553

Re: Forward kinematic

Thank you very much for your kindness.
I have just one more question, if I haven't the .trc file with the markers trajectories, is it possible to do that with just a .mot file instead?
by anna bicchi
Tue May 18, 2021 1:38 am
Forum: OpenSim
Topic: Forward kinematic
Replies: 4
Views: 553

Forward kinematic

Hi everyone,
I'm wondering if it possible from a .mot file to generate the markers trajectories of the model (a .trc file).
Anyone did this before?
Thank you in advance :) Anna
by anna bicchi
Tue May 11, 2021 3:07 am
Forum: OpenSim
Topic: Static Optimization
Replies: 0
Views: 131

Static Optimization

Hi every one!
I'm trying using the Static Optimization tool but I always obtain the violation of a coordinate, wich is of the body connected to the ground. I can I handle this?
Thankyou
by anna bicchi
Fri Apr 30, 2021 1:56 am
Forum: OpenSim
Topic: Static Optimization
Replies: 1
Views: 386

Static Optimization

Hi every one, I have an upper body model, and I'm trying to do Static Optimization on Opensim Gui. When I load the .mot file, the actuators file and I launch the tool this error message appear: Assembly error tolerance achieved: 1.5203293311782939e-10 required: 1e-10. Model relaxing constraints and ...
by anna bicchi
Mon Mar 15, 2021 2:15 am
Forum: OpenSim
Topic: Inverse Dynamics with a .xml file
Replies: 1
Views: 198

Inverse Dynamics with a .xml file

Hi everyone! I' trying to compute inverse dynamics using the cpp Api of opensim directly. As I did for the scaling tool (through the class Scaletool which accept as input the setupscaletool .xml file) I'd like to do the same with inverse dynamics but I can't find the right function that accepts an ....