Search found 5 matches
- Sat Apr 15, 2023 2:37 am
- Forum: OpenSim
- Topic: Real-Time movement visualizer
- Replies: 0
- Views: 214
Real-Time movement visualizer
Hello. I want to try to implement a real-time model movement visualizer using Python and Opensim. I will be getting the coordinates in real-time. Is there a way to open the Opensim visualizer from python script and set the desired coordinates of the model(without closing and opening the visualizer e...
- Sat Mar 18, 2023 3:08 am
- Forum: OpenSim
- Topic: Can't import opensim library in python
- Replies: 2
- Views: 490
Re: Can't import opensim library in python
Switching to 3.9 didn't help, but to 3.8 did. Thanks regardless!
- Sat Mar 11, 2023 7:17 am
- Forum: OpenSim
- Topic: Can't import opensim library in python
- Replies: 2
- Views: 490
Can't import opensim library in python
Hello. I want to run a CMC Simulation using a python script. I am using Windows with Python 3.10.9(no conda) and OpenSim 4.4. I followed the instructions as in https://simtk-confluence.stanford.edu:8443/display/OpenSim/Scripting+in+Python I try to run this code import opensim as osim model = osim.Mo...
- Fri Mar 03, 2023 7:42 am
- Forum: Spine and rib cage model in OpenSim
- Topic: Analyze muscle and joint forces in static and dynamic motion using the full model, without any movement data
- Replies: 3
- Views: 688
Re: Analyze muscle and joint forces in static and dynamic motion using the full model, without any movement data
I see, so I should try using a simpler model for just lower half of the body like gait2392. And for calculating metabolic cost use OpenSim MOCO, correct?
Thanks for the reply!
Thanks for the reply!
- Fri Mar 03, 2023 6:15 am
- Forum: Spine and rib cage model in OpenSim
- Topic: Analyze muscle and joint forces in static and dynamic motion using the full model, without any movement data
- Replies: 3
- Views: 688
Analyze muscle and joint forces in static and dynamic motion using the full model, without any movement data
Hello. I want to virtually simulate and analyze the forces that are created in muscles and joints with and without loads on the back while standing and walking using your full body model for my research project. I don't have any MoCap systems so I just want to simulate it without that. For standing ...