Search found 1 match
- Sun Apr 07, 2019 8:05 pm
- Forum: OpenSim
- Topic: How to use PrescribedForce just in the opensim GUI?
- Replies: 1
- Views: 317
How to use PrescribedForce just in the opensim GUI?
hello everyone, I want to add an ankle spring on the foot like the Tutorials 'Simulation-Based Design to Reduce Metabolic Cost', the code is: # Get a handle to the current model and create a new copy baseModel = getCurrentModel() ankleSpringModel = baseModel.clone() ankleSpringModel.setName(baseMode...