Search found 60 matches
- Fri Jan 31, 2025 10:00 am
- Forum: OpenSim
- Topic: Apple not verifying dylib files
- Replies: 3
- Views: 689
Re: Apple not verifying dylib files
Quick update. Just tested with the 4.5 Opensim Version, and Matlab crashed as well. This is the crash report: -------------------------------------------------------------------------------- Segmentation violation detected at 2025-01-31 16:56:41 +0000 ------------------------------------------------...
- Fri Jan 31, 2025 9:15 am
- Forum: OpenSim
- Topic: Apple not verifying dylib files
- Replies: 3
- Views: 689
Re: Apple not verifying dylib files
Thank you so much for your advice! I followed it and removed the quarantine status from the files, but Matlab still crashed. Here it is the crash report: -------------------------------------------------------------------------------- Segmentation violation detected at 2025-01-31 15:59:07 +0000 ----...
- Wed Jan 15, 2025 8:31 am
- Forum: OpenSim
- Topic: Apple not verifying dylib files
- Replies: 3
- Views: 689
Apple not verifying dylib files
Hi there, I am currently trying to configure Opensim JAM with MATLAB on a MacBook, and I came across this issues: "apple could not verify "libosimJAM.dylib" is free of malware that may harm your mac or compromise your privacy." "apple could not verify "libosimmoco.dylib" is free of malware that may ...
- Wed Nov 27, 2024 4:43 pm
- Forum: OpenSim
- Topic: Connecting OpenSim4.5 and Matlab
- Replies: 5
- Views: 2530
Re: Connecting OpenSim4.5 and Matlab
I'm curious. Were you able to solve this issue?
- Tue Nov 26, 2024 6:15 pm
- Forum: OpenSim
- Topic: Opensim configuration on Mac, and MATLAB API
- Replies: 0
- Views: 649
Opensim configuration on Mac, and MATLAB API
Hi there, I was planning on purchasing a new laptop and was looking at the Macbook Pros with the M4 chips. But it's my first time using Mac, so I wanted to make sure that I can still use all the Opensim features on mac, or will I be unable to use certain features? What do I need to do different to c...
- Fri Jul 12, 2024 4:55 pm
- Forum: OpenSim
- Topic: Calculate the transformation matrices in a specific pose using MATLAB
- Replies: 3
- Views: 2070
Re: Calculate the transformation matrices in a specific pose using MATLAB
Unfortunately, the marker positions are not being retrieved correctly, although I do not understand why... Here it is the code to retrieve the marker positions at the new state: % Import OpenSim libraries import org.opensim.modeling.* % Load an OpenSim model model = Model('output_scaled_model_file.o...
- Fri Jul 12, 2024 12:07 pm
- Forum: OpenSim
- Topic: Calculate the transformation matrices in a specific pose using MATLAB
- Replies: 3
- Views: 2070
Re: Calculate the transformation matrices in a specific pose using MATLAB
Hey Nicos!
Everything going well thanks!! Hope you are well too!
Thank you for the help. apparently I needed to calculate the transforms before printing the model, so it's all working out well now, thank you!
Everything going well thanks!! Hope you are well too!
Thank you for the help. apparently I needed to calculate the transforms before printing the model, so it's all working out well now, thank you!
- Fri Jul 12, 2024 10:34 am
- Forum: OpenSim
- Topic: Calculate the transformation matrices in a specific pose using MATLAB
- Replies: 3
- Views: 2070
Calculate the transformation matrices in a specific pose using MATLAB
Hi there! I am trying to calculate the transformation matrices in a specific pose given by a .mot file. However, I am having some difficulty in placing the musculoskeletal model in the specific pose. Here it is the code I am implementing: % Import OpenSim libraries import org.opensim.modeling.* % Lo...
- Wed Dec 13, 2023 4:17 am
- Forum: OpenSim
- Topic: Error converting between TimeSeriesTables and Matlab structs
- Replies: 1
- Views: 763
Error converting between TimeSeriesTables and Matlab structs
Hi, I am trying to filter .mot files from C3D file, and also trying to create a new TRC file with virtual markers. I import it using the Matlab API and try to filter the "forceStruct" in Matlab. Concerning the virtual markers, I add them to a Matlab struct and create a new TimeSeriesTableVec3 with o...
- Mon Jan 23, 2023 10:37 am
- Forum: OpenSim
- Topic: Scaling Tool error - No model specified
- Replies: 1
- Views: 745
Scaling Tool error - No model specified
Hi there, I am trying to run a Scaling Tool to scale the Lenhart Model, however I am always getting the same message: Java exception occurred: java.lang.RuntimeException: ScaleTool: No model specified. at org.opensim.modeling.opensimActuatorsAnalysesToolsJNI.ScaleTool_run(Native Method) at org.opens...