Search found 35 matches

by saylee patkar
Thu Feb 21, 2019 11:24 pm
Forum: OpenSim
Topic: Model markers aren't found and marker rotations
Replies: 6
Views: 297

Re: Model markers aren't found and marker rotations

Hi sir,
I added markers from the marker set but the problem still exists. In scaling tool window the static pose weights are not imported from the file. The run button thus, is not highlighted.
by saylee patkar
Thu Feb 21, 2019 2:07 am
Forum: OpenSim
Topic: Converting c3d to mot
Replies: 4
Views: 559

Re: Converting c3d to mot

jimmy wrote:
Wed Feb 20, 2019 10:14 am
(ii) edit the local version of the Matlab Script to change '*' characters to something like 'm' ( "*119" -> "m119").

A fix will be included in the next OpenSim update, but that may be awhile.
this solved the error.
Thank you.
by saylee patkar
Wed Feb 20, 2019 10:05 am
Forum: OpenSim
Topic: Model markers aren't found and marker rotations
Replies: 6
Views: 297

Re: Model markers aren't found and marker rotations

Does this issue occurs if I don't add the .xml file in the scaling tool? Because I think that file is set as reference for scaling.
by saylee patkar
Wed Feb 20, 2019 9:52 am
Forum: OpenSim
Topic: Model markers aren't found and marker rotations
Replies: 6
Views: 297

Re: Scaling error using file extracted using 'c3dExport.m'

Sounds like your model doesn't have any markers on it, which makes it hard for the InverseKinematicsSolver to pose the model. You can see where the error is (intentionally) thrown in the source code, here . Perhaps add markers to your model? I checked the .trc file it has markers(since I am using e...
by saylee patkar
Wed Feb 20, 2019 1:55 am
Forum: OpenSim
Topic: Model markers aren't found and marker rotations
Replies: 6
Views: 297

Model markers aren't found and marker rotations

hi, I am using osimC3D.m utility and c3dExport.m example script for C3D extraction. But while using that trc file for scaling opensim gives an error as 'InverseKinematicSolver: Model has No Markers!'. Also, if I try to preview the markers using preview the experimental data I can see the markers but...
by saylee patkar
Wed Feb 20, 2019 12:18 am
Forum: OpenSim
Topic: Converting c3d to mot
Replies: 4
Views: 559

Re: Converting c3d to mot

The project you linked seems to be pretty old and I wouldn't expect the functions to still work with OpenSim 4.0. You could try to use the in-built methods of 4.0 with the included Matlab classes to perform the transform. Documentation for setting your Matlab environment is here and documentation f...
by saylee patkar
Tue Feb 19, 2019 5:46 am
Forum: OpenSim
Topic: Error configuring MATLAB to work with OpenSim 4.0
Replies: 16
Views: 2920

Re: Error configuring MATLAB to work with OpenSim 4.0

Hi All, The problem that I ran into was that I had already had Opensim 3.3 installed when I installed OpenSim 4.0, so my PATH variable was referencing the wrong OpenSim version. To edit your PATH variable (if you are using Windows 10), type "environment variables" into your search bar, and click "e...
by saylee patkar
Mon Feb 18, 2019 2:07 am
Forum: OpenSim
Topic: Error in confiuration of MatLab and opensim
Replies: 0
Views: 99

Error in confiuration of MatLab and opensim

hi, I followed the procedure using configureOpensim.m script and at the end of the execution it was shown that the configuration was successful. But while testing I got an error with 'java exception occurred'. I even tried the manual setup but the problem remains the same. I have added all the requi...
by saylee patkar
Mon Feb 18, 2019 1:23 am
Forum: OpenSim
Topic: Error configuring MATLAB to work with OpenSim 4.0
Replies: 16
Views: 2920

Re: Error configuring MATLAB to work with OpenSim 4.0

Hi, I am also facing the same problem but the fixes suggested by everyone does not solve the issue. I am still getting error as Java exception occurred: java.lang.UnsatisfiedLinkError: org.opensim.modeling.opensimCommonJNI.new_C3DFileAdapter__SWIG_0()J at org.opensim.modeling.opensimCommonJNI.new_C3...
by saylee patkar
Sun Feb 17, 2019 9:26 am
Forum: Matlab-Opensim Interfaces
Topic: missing loadc3d function
Replies: 0
Views: 196

missing loadc3d function

Dear sir/madam, I followed the instructions to use this matlab opensim pipeline tool and added required folders to matlab path. I am using this to convert c3d to trc and mot file but I am getting an error as, >> c3d2trc Undefined function or variable 'loadc3dfile'. Error in c3d2trc (line 35) [data, ...