Dear all
I am currently working visualizing the ground reaction force with the inverse kinematic data I collected from a vicon motion capture system.
While the inverse kinematic result seems fair, I cannot associate the ground reaction force with it. To be more precise, the software does not error out when I associate the grf, but no arrows are showing when I play the motion.
The model I am using is a modification of gait2392
and the inverse kinematic result is
By following the template subject02_grf_HiFreq.mot that comes with the opensim sdk, I believe the ground reaction force mot file I create is valid. It is two forces data collected from two force plates.
While the file has grf more than 1000N, no arrows of force is shown.
Did I do something wrong?
Cannot visualize ground reaction force
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: Cannot visualize ground reaction force
Please see the file Resources\Models\Gait2354_Simbody\subject01_walk1_grf.mot (in your local "Resources" directory); the data in columns "ground_force_px", etc. are expressed in meters. In your "grf_data.mot" file, the data in the "F1_px", etc. columns reach >500, so the arrows might be showing up but very far away. The "Motion (.mot) Files" page in the documentation (https://simtk-confluence.stanford.edu:8 ... t%29+Files) might contain some useful information.
Re: Cannot visualize ground reaction force
That is the issue!!!! Thank you.
I wonder if it is possible to signify the unit's restriction in the documentation.
If not, maybe just mentioned that all units are limited to SI instead of putting them in the example of the headers.
I wonder if it is possible to signify the unit's restriction in the documentation.
Are these headers interpretable to OpenSim? Like in trc files, it seems OpenSim can load the unit "mm".Units are S.I. units (second, meters, Newtons, ...)
Angles are in degrees.
If not, maybe just mentioned that all units are limited to SI instead of putting them in the example of the headers.