Search found 9 matches

by Maxime Bourgain
Thu Nov 02, 2017 2:04 am
Forum: OpenSim
Topic: ID algorithm
Replies: 2
Views: 1057

Re: ID algorithm

Thank you for making it more clear.

So that's why OpenSim is able to compute a solution even if there is a lack of some external forces (at the opposite side of the dynamic chain for example)
by Maxime Bourgain
Tue Oct 24, 2017 5:54 am
Forum: OpenSim
Topic: ID algorithm
Replies: 2
Views: 1057

ID algorithm

Dear all Does anyone know what algortim is implemented into OpenSim 3.3 for Inverse Dynamics ? Actually,OpenSim Documentation on confluence website [1] suggests that the algoritm is based on a global optimization, described in the Kuo's paper [2] But theoretical manual of SimBody(I have the 2013 ver...
by Maxime Bourgain
Fri Jan 29, 2016 7:59 am
Forum: OpenSim
Topic: frame definition in OpenSim
Replies: 2
Views: 267

Re: frame definition in OpenSim

As I am changing tem, I was looking for a way to confirm my frames directly in OpenSim interface and not only the drawings of the bodies axis.

But you are right I should continue to base my reflexion on the model directly
by Maxime Bourgain
Fri Jan 22, 2016 5:43 am
Forum: Matlab-Opensim Interfaces
Topic: xml_writeOSIM.m
Replies: 1
Views: 814

Re: xml_writeOSIM.m

Apparently, there is a problem with the matlab function in the 2014b version.

That problem can be solved by changing the xmlwrite_xerces code by simply changing
set(objOutputFormat,'Indenting','on');
by
set(objOutputFormat,'Indenting',1);
by Maxime Bourgain
Thu Jan 21, 2016 8:09 am
Forum: Matlab-Opensim Interfaces
Topic: xml_writeOSIM.m
Replies: 1
Views: 814

xml_writeOSIM.m

Hi everyone I am modifying an OpenSim model through Matlab pipeline. So I read the existing model, change some information in the structure (basically the relative locations of bodies,...) and I would like to write the new xml. However, the xml_writeOSIM is not working... I am using Matlab R2014b an...
by Maxime Bourgain
Tue Jan 05, 2016 1:51 am
Forum: OpenSim
Topic: frame definition in OpenSim
Replies: 2
Views: 267

frame definition in OpenSim

Dear all

Is there any possibility in OpenSim for finding the frame definition of the joint or bodies?
Or the unique possibility is to recreate them from the informations of confluence website?

Thank you
by Maxime Bourgain
Mon Jan 04, 2016 9:37 am
Forum: OpenSim
Topic: IK - report_marker_locations
Replies: 8
Views: 2406

Re: IK - report_marker_locations

Do you know how to define the name of the file created with the flag ?
<report_marker_locations> true </report_marker_locations>
by Maxime Bourgain
Mon Nov 30, 2015 3:50 am
Forum: OpenSim
Topic: Inverse Dynamics forces header
Replies: 3
Views: 489

Re: Inverse Dynamics forces header

You are right, that was one of my errors ...

Do you know how OpenSim deals with the different time vectors ?
How does it work if the movement analysis time vector and the force plate time vector are different? (e.g. frequency and spacial offset)
by Maxime Bourgain
Fri Nov 27, 2015 3:35 am
Forum: OpenSim
Topic: Inverse Dynamics forces header
Replies: 3
Views: 489

Inverse Dynamics forces header

Dear all I am using OpenSim 3.3 and doing some inverse dynamics. Everything is ok until I load my loads : Storage: ERROR- failed to parse header of storage file. InverseDynamicsTool Failed: Storage: ERROR- failed to parse headers of file efforts.mot my header is efforts.mot version=1 nrow=100 nColum...