Output marker data

Hi,

As for the GaitLowerExtremityModel if it is possible to store the experimental marker data.
I try to output marker trajectories as txt data but failed.
AnyMatrix markerpos = Main.ModelSetup.C3DFileData.Points.Markers.C7.Pos;
Could you please provide me with some suggestions?

I know how to output the joint force and moments but have no idea on the marker trajectories output.

Best regards,
John

Hi John,

Please try to output this quantity

Main.ModelSetup.MocapDrivers.YOURMARKER.Driver.Linear.TrajectoryPos

I think this is what you will need.

Best regards
Søren

Hi Søren,
I have included this in the model but one error occurred. The AMMR I used is 1.6.
Could you please provide me some suggestions?


Best regards,
Yinghu Peng

Hi Yinghu,

I copied these lines from the ModelTree in a AMMR 2.X model, so there might be small difference in exact path but concept is same.

Please try to browse one of you marker drivers like e.g. a knee marker in the ModelTree the find the corresponding quantity.

Best regards
Søren

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.