Search found 4 matches
- Mon Apr 29, 2024 9:31 am
- Forum: OpenSim
- Topic: GCVSpline error performing ID
- Replies: 1
- Views: 888
GCVSpline error performing ID
Hello! When I try to split the file coming from the IK (coordinates) and try to perform ID, I have this error if my data points are less than 6: "GCVSpline error: data points must be 6 ore more". Since it is for my thesis, is it related to the interpolation between grf data and coordinate data (with...
- Sat Apr 27, 2024 5:00 am
- Forum: OpenSim
- Topic: Very different results between Inverse Dynamics GUI vs Python code
- Replies: 3
- Views: 948
Re: Very different results between Inverse Dynamics GUI vs Python code
So do you mean that to get the same results using python and using the GUI, I have exclude forces in my python code even if I am using exactly the same setup file ID and the same motion file?
And another question, the filter that I could applied filters the motion files or the grf data (or both)?
And another question, the filter that I could applied filters the motion files or the grf data (or both)?
- Fri Apr 26, 2024 1:58 pm
- Forum: OpenSim
- Topic: Very different results between Inverse Dynamics GUI vs Python code
- Replies: 3
- Views: 948
Very different results between Inverse Dynamics GUI vs Python code
Hello! I am using this basic function to perform Inverse Dynamics: def run_inverse_dynamics(grf_xml_path, ik_mot_path, output_folder): # Carica il modello model = osim.Model(r"C:\Users\acer\Desktop\THESIS_GIOVANNI\Gait2354_Simbody\subject01_simbody.osim") # Assicurati di aggiungere il percorso al tu...
- Tue Mar 12, 2024 8:47 am
- Forum: OpenSim
- Topic: Visualization with Simbody
- Replies: 1
- Views: 1294
Visualization with Simbody
https://private-user-images.githubusercontent.com/153372389/311862870-907e7285-9a73-4d50-bbe4-56dca516137a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTAyNTg2MTIsIm5iZiI6MTcxMDI1ODMxMiwicGF0aCI6Ii8x...