Search found 375 matches

by Ross Miller
Mon Feb 19, 2024 8:04 am
Forum: OpenSim Moco
Topic: ligament boundary conditions
Replies: 8
Views: 14157

Re: ligament boundary conditions

Hi Hojin,

Ligament length isn't a control, state, or parameter, so I don't think it can be directly bounded.

You could bound the allowed ranges on the DOF spanned by the ligament to indirectly limit its length.

Ross
by Ross Miller
Wed Feb 07, 2024 12:14 pm
Forum: OpenSim Moco
Topic: Estimating GRFs while states tracking
Replies: 8
Views: 3719

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 ...
by Ross Miller
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: 23519

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
by Ross Miller
Fri Jan 19, 2024 5:44 am
Forum: OpenSim Moco
Topic: Same code, different solutions on different computers?
Replies: 8
Views: 2581

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...
by Ross Miller
Wed Jan 10, 2024 4:56 am
Forum: OpenSim Moco
Topic: Moco goals for average speed in cycling model
Replies: 39
Views: 22685

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...
by Ross Miller
Mon Jan 08, 2024 2:21 pm
Forum: OpenSim Moco
Topic: Moco goals for average speed in cycling model
Replies: 39
Views: 22685

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.
by Ross Miller
Mon Jan 08, 2024 11:44 am
Forum: OpenSim Moco
Topic: Moco goals for average speed in cycling model
Replies: 39
Views: 22685

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...
by Ross Miller
Mon Jan 08, 2024 11:33 am
Forum: OpenSim Moco
Topic: Model Validation Question
Replies: 2
Views: 664

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 ...