Search found 1375 matches

by jimmy d
Fri Nov 15, 2019 8:36 am
Forum: OpenSim
Topic: Exporting IMU Data from C3D files.
Replies: 5
Views: 617

Re: cant use MATLAB script to transform c3d file

The C3DAdapter in OpenSim probably won't be able to read the IMU data from the C3D since it can only access Markers and Forceplate data. Can you output the Xsens data as text (.txt) files? We are working on supporting the tracking of IMU orientations, and have been using Xsens data for testing/devel...
by jimmy d
Thu Nov 14, 2019 9:43 am
Forum: OpenSim
Topic: Exporting IMU Data from C3D files.
Replies: 5
Views: 617

Re: cant use MATLAB script to transform c3d file

Do you have OpenSim 4.0, downloaded from the here? Have you setup OpenSim to work with Matlab and tested that it works?

Also, the C3DFileAdapter only supports marker and forceplate data which is described in the documentation. Is your C3D data from an Xsens system?
by jimmy d
Wed Nov 13, 2019 5:32 pm
Forum: OpenSim
Topic: CMC file name for plotting muscle activation
Replies: 1
Views: 318

Re: CMC file name for plotting muscle activation

Activations are Model states so they get written to the states file of a simulation.
by jimmy d
Wed Nov 13, 2019 5:18 pm
Forum: OpenSim
Topic: Matlab code for processing .sto file
Replies: 1
Views: 340

Re: Matlab code for processing .sto file

There is documentation on the OpenSim Wiki. However that may be for the most current version (built from source). If you are using the 4.0 downloaded from SimTK, then it will be something like;

Code: Select all

dataTable = STOFileAdapter.read('path2File.m')
dataStruct = osimTableToStruct(dataTable);
by jimmy d
Tue Nov 12, 2019 4:58 am
Forum: OpenSim
Topic: results of the CMC
Replies: 1
Views: 232

Re: results of the CMC

We strongly recommend locking those joints. The masses of the bodies in the foot are very small and it can become very difficult to find a ressonable solution. You could see this paper for a description of the problem;https://www.sciencedirect.com/science/a ... 9017303251
by jimmy d
Mon Nov 11, 2019 7:22 am
Forum: OpenSim
Topic: Matlab mex cannot include Opensim.h
Replies: 10
Views: 1257

Re: Matlab mex cannot include Opensim.h

This seems like a Matlab/compiler issue and not an OpenSim issue, so I would suggest looking at Stackoverflow or Matlab help sites to try and solve your issue.
by jimmy d
Mon Nov 11, 2019 7:12 am
Forum: OpenSim
Topic: File Converter for IMU (OpenSense)
Replies: 5
Views: 705

Re: File Converter for IMU (OpenSense)

Thomas is correct. There will also be an updated version of the OpenSense utilities (including quaternion/rotation conversion) released before the end of the year, so subscribe to the OpenSim email newsletter to be notified of that.
by jimmy d
Mon Nov 11, 2019 7:07 am
Forum: OpenSim
Topic: Coordinate values showing in radian
Replies: 5
Views: 643

Re: Coordinate values showing in radian

Missing Geometry is not the issue. There is rather large exception pop-up when trying to open the model you posted; Screen Shot 2019-11-09 at 8.07.16 PM.png If you are seeing coordinates being expressed as Radians it is most likely due to this change in 4.0; The MotionType of a Coordinate is now ful...
by jimmy d
Sat Nov 09, 2019 6:07 pm
Forum: OpenSim
Topic: Coordinate values showing in radian
Replies: 5
Views: 643

Re: Coordinate values showing in radian

I would suggest there is something wrong with your model since I can't even open it in OpenSim 4.0
Screen Shot 2019-11-09 at 8.07.16 PM.png
Screen Shot 2019-11-09 at 8.07.16 PM.png (115.13 KiB) Viewed 560 times
by jimmy d
Sat Nov 09, 2019 6:03 pm
Forum: OpenSim
Topic: RRA tool
Replies: 21
Views: 4245

Re: RRA tool

You are most likely performing RRA when not all forces are available. You should only perform RRA during single stance or double support when all forces from forceplates are available.