Search found 374 matches
- Wed Feb 07, 2024 12:14 pm
- Forum: OpenSim Moco
- Topic: Estimating GRFs while states tracking
- Replies: 8
- Views: 3308
Re: Estimating GRFs while states tracking
Hi Azarang, Apologies if I'm missing some details here, I wasn't sure if I fully followed what your workflow is: If you are tracking kinematic data using MocoTrack or MocoStateTrackingGoal, the GRF produced by contact elements on the feet will not typically resemble experimentally measured GRF very ...
- Fri Feb 02, 2024 3:44 pm
- Forum: OpenSim Moco
- Topic: Problem implementing the code/data available on Moco project "Muscle-Driven Simulations and Experimental Data of Cycling
- Replies: 10
- Views: 23140
Re: Problem implementing the code/data available on Moco project "Muscle-Driven Simulations and Experimental Data of Cyc
Configuring the latest OpenSim release with Matlab should also include Moco.
- Fri Feb 02, 2024 6:49 am
- Forum: OpenSim Moco
- Topic: Problem implementing the code/data available on Moco project "Muscle-Driven Simulations and Experimental Data of Cycling
- Replies: 10
- Views: 23140
Re: Problem implementing the code/data available on Moco project "Muscle-Driven Simulations and Experimental Data of Cyc
Hi Mughees,
Moco is part of recent releases of the OpenSim software. You don't need to download and install Moco separately from OpenSim itself. I would guess that having the 0.x release of Moco installed along with OpenSim might be causing problems.
Ross
Moco is part of recent releases of the OpenSim software. You don't need to download and install Moco separately from OpenSim itself. I would guess that having the 0.x release of Moco installed along with OpenSim might be causing problems.
Ross
- Fri Jan 19, 2024 5:44 am
- Forum: OpenSim Moco
- Topic: Same code, different solutions on different computers?
- Replies: 8
- Views: 2124
Re: Same code, different solutions on different computers?
I don't think there is an element of randomness to the perturbation IPOPT applies to initial guesses. There is some discussion on this issue elsewhere if you search for things like "IPOPT repeatability", for example: https://groups.google.com/g/opti-toolbox-forum/c/vJPxa_c_CLg I believe this largely...
- Wed Jan 10, 2024 4:56 am
- Forum: OpenSim Moco
- Topic: Moco goals for average speed in cycling model
- Replies: 39
- Views: 20060
Re: Moco goals for average speed in cycling model
IPOPT perturbs the initial guess from the initial guess that's provided by the user by a small amount. Ah, that explains a lot. Thanks a lot, Ross! Do you know if there is a way to modify that? Also, do you have some idea what happens in a case where my guess is, for example, 4s, and I try to predi...
- Mon Jan 08, 2024 2:21 pm
- Forum: OpenSim Moco
- Topic: Moco goals for average speed in cycling model
- Replies: 39
- Views: 20060
Re: Moco goals for average speed in cycling model
IPOPT perturbs the initial guess from the initial guess that's provided by the user by a small amount.
- Mon Jan 08, 2024 11:44 am
- Forum: OpenSim Moco
- Topic: Moco goals for average speed in cycling model
- Replies: 39
- Views: 20060
Re: Moco goals for average speed in cycling model
Hi Ana, If my math is correct here, it looks like you might be simulating an almost-impossibly-fast condition and that might be where the convergence trouble is coming from. Model is rotating the crank at ~175 rad/s, which is a "cadence" of about 28 pedal revolutions per second or almost 1700 rotati...
- Mon Jan 08, 2024 11:33 am
- Forum: OpenSim Moco
- Topic: Model Validation Question
- Replies: 2
- Views: 479
Re: Model Validation Question
I haven't done the old IK-->RRA-->CMC for a while, but I think the reserve actuators in that workflow are conceptually similar to what would be done in a MocoTrack or "predictive simulation" problem (non-muscle actuators given a large weight to discourage the optimizer from using them unless really ...
- Mon Jan 08, 2024 11:00 am
- Forum: OpenSim Moco
- Topic: Stiffness optimization in the exmpleSquatToStand of MOCO matlab
- Replies: 5
- Views: 771
Re: Stiffness optimization in the exmpleSquatToStand of MOCO matlab
Nice, glad you found it!
- Mon Jan 08, 2024 7:19 am
- Forum: OpenSim Moco
- Topic: Stiffness optimization in the exmpleSquatToStand of MOCO matlab
- Replies: 5
- Views: 771
Re: Stiffness optimization in the exmpleSquatToStand of MOCO matlab
Hi Yimeng, In the solution file, are you 100% sure there is no value indicated for the stiffness? In my solution files with parameters optimized, these values are easy to miss, they will have the single parameter value in the first entry (first "timestep"), then the value at all other timesteps will...