Search found 6 matches
- Thu Feb 29, 2024 8:54 am
- Forum: OpenSim
- Topic: Configuration MATLAB/OpenSim - Error Java
- Replies: 2
- Views: 699
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...
- Wed Feb 28, 2024 2:32 pm
- Forum: OpenSim
- Topic: Erroe: Failed to load OpenSim Libraries
- Replies: 1
- Views: 660
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...
- Wed Feb 28, 2024 12:53 pm
- Forum: OpenSim
- Topic: UpperLower Body Model
- Replies: 3
- Views: 754
Re: UpperLower Body Model
I am facing the same issue
- Fri Feb 23, 2024 3:48 pm
- Forum: OpenSim
- Topic: OpenSim Model with STL File Created Using MATLAB DOESN'T Open
- Replies: 4
- Views: 1113
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...
- Fri Feb 23, 2024 7:35 am
- Forum: OpenSim
- Topic: OpenSim Model with STL File Created Using MATLAB DOESN'T Open
- Replies: 4
- Views: 1113
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...
- Tue Feb 20, 2024 4:05 pm
- Forum: OpenSim
- Topic: OpenSim Model with STL File Created Using MATLAB DOESN'T Open
- Replies: 4
- Views: 1113
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...