Search found 3 matches
- Wed Jul 03, 2013 1:45 pm
- Forum: OpenSim
- Topic: Optimizer Algorithm
- Replies: 1
- Views: 634
Re: Optimizer Algorithm
If you aren't overriding the constraintJacobian function in your optimizer system you have to call useNumericalJacobian(true).
- Wed Jun 19, 2013 10:03 am
- Forum: OpenSim
- Topic: GUI not loading motion file
- Replies: 2
- Views: 578
Re: GUI not loading motion file
It's working in 3.1. Thanks!
- Tue Jun 18, 2013 1:29 pm
- Forum: OpenSim
- Topic: GUI not loading motion file
- Replies: 2
- Views: 578
GUI not loading motion file
I'm doing some static optimization in a posture project, and trying to optimize the muscle forces needed for the model to stand. The simulation is done in code, which prints a .mot file that I'm trying to load in the GUI. The model has muscles and is based on gait2354. The problem is, when I load th...