Hi,
At this moment I'm unable to get the PerturbationController to work, despite following the tutorial. Any suggestions?
Thanks,
Niels Waterval
PerturbationController
- Nathan Timmers
- Posts: 12
- Joined: Thu Apr 04, 2019 11:10 am
Re: PerturbationController
Hi Niels,
If you use the tutorial files provided through the installation then it should work straight away. At least with me it did, and it should.
Kind regards,
Nathan
If you use the tutorial files provided through the installation then it should work straight away. At least with me it did, and it should.
Kind regards,
Nathan
- Thomas Geijtenbeek
- Posts: 451
- Joined: Wed Mar 12, 2014 8:08 am
Re: PerturbationController
Before using external forces with an OpenSim3Model, make sure you've set the enable_external_forces parameter:
Let me know if this helps!
Code: Select all
OpenSim3Model {
model_file = data/Human0914.osim
enable_external_forces = 1 # Required when applying external forces
...
}