Search found 6 matches

by Deepak Singh
Thu Feb 29, 2024 8:54 am
Forum: OpenSim
Topic: Configuration MATLAB/OpenSim - Error Java
Replies: 2
Views: 361

Re: Configuration MATLAB/OpenSim - Error Java

Hi there, I am facing the same issue in OpenSim 4.3. As you mentioned it works sometimes and then doesn't work most of the time. My Issue looks like this: Error using AddGeometryToOSIMModel (line 18) Java exception occurred: java.lang.UnsatisfiedLinkError: org.opensim.modeling.opensimSimulationJNI.n...
by Deepak Singh
Wed Feb 28, 2024 2:32 pm
Forum: OpenSim
Topic: Erroe: Failed to load OpenSim Libraries
Replies: 1
Views: 426

Erroe: Failed to load OpenSim Libraries

Hi there, I am trying to run a Matlab script (which ran perfectly fine before) but now it is giving me the error shown in the picture attached to this request. I checked for the osimJavaJNL.dll file in bin and it is there and the environment variable for file path C:\OpenSim 4.3\bin is also set in t...
by Deepak Singh
Wed Feb 28, 2024 12:53 pm
Forum: OpenSim
Topic: UpperLower Body Model
Replies: 3
Views: 625

Re: UpperLower Body Model

I am facing the same issue
by Deepak Singh
Fri Feb 23, 2024 3:48 pm
Forum: OpenSim
Topic: OpenSim Model with STL File Created Using MATLAB DOESN'T Open
Replies: 4
Views: 723

Re: OpenSim Model with STL File Created Using MATLAB DOESN'T Open

Thank you, Dr. Uchida! I am facing some interesting issues still: 1. When i import a simpler CAD file "afoPlate.stl" (73 KB), the model opens and i can visualize everything. 2. When i open a more compelx CAD file "Fuselage_Tail_D311_1.stl" in my case (877,525 KB), I can't see anything. 3. I am using...
by Deepak Singh
Fri Feb 23, 2024 7:35 am
Forum: OpenSim
Topic: OpenSim Model with STL File Created Using MATLAB DOESN'T Open
Replies: 4
Views: 723

Re: OpenSim Model with STL File Created Using MATLAB DOESN'T Open

Thank you so much for your response! After considering your reply and making changes to the code this is what i have: %References: % https://simtk.org/plugins/phpBB/viewtopicPhpbb.php?f=91&t=11924&p=37599&start=0&view= % https://simtk.org/plugins/phpBB/viewtopicPhpbb.php?f=91&t=17581&p=0&start=0&vie...
by Deepak Singh
Tue Feb 20, 2024 4:05 pm
Forum: OpenSim
Topic: OpenSim Model with STL File Created Using MATLAB DOESN'T Open
Replies: 4
Views: 723

OpenSim Model with STL File Created Using MATLAB DOESN'T Open

The following is the code i wrote in matlab and it updates and saves the file and i can see the script change as well when i open the new .osim file in Notepad however the file doesn't open in OpenSim. clear clc import org.opensim.modeling.* % Constructing Filepaths of osim Model and CAD stl file: F...