Search found 963 matches

by Nicholas Bianco
Mon Jul 01, 2024 11:00 am
Forum: OpenSim
Topic: Opensim Installation on Ubuntu(Debian)
Replies: 4
Views: 176

Re: Opensim Installation on Ubuntu(Debian)

Hi Samane,

For OpenSim 4.1 on Ubuntu, you might need to update the LD_LIBRARY_PATH.

Code: Select all

$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<YOUR_INSTALL_DIRECTORY_HERE>/sdk/lib
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<YOUR_INSTALL_DIRECTORY_HERE>/sdk/Simbody/lib
by Nicholas Bianco
Sat Jun 29, 2024 11:23 am
Forum: AddBiomechanics
Topic: Limb Center of Mass during subject scaling
Replies: 1
Views: 43

Re: Limb Center of Mass during subject scaling

Hi Duncan,

We tried including limb center-of-mass optimization in AddBiomechanics, but found that the benefit was neglible relative to the added complexity in the dynamics fitting optimization.

-Nick
by Nicholas Bianco
Sat Jun 29, 2024 11:16 am
Forum: OpenSim
Topic: Opensim Installation on Ubuntu(Debian)
Replies: 4
Views: 176

Re: Opensim Installation on Ubuntu(Debian)

Hi Samane, If you want to build on Ubuntu from source, please refer to the following build script: https://github.com/opensim-org/opensim-core/blob/main/scripts/build/opensim-core-linux-build-script.sh. If you just need a working Python environment with OpenSim on Linux, please consider using the Op...
by Nicholas Bianco
Fri Jun 28, 2024 1:32 pm
Forum: OpenSim
Topic: Coordinate Actuator Outputs
Replies: 3
Views: 575

Re: Coordinate Actuator Outputs

Hi Francine, If a coordinate already has a CoordinateActuator associated with it, by default, ModOpAddReserves() will not apply another CoordinateActuator to that coordinate. However, the same advice applies: for a CoordinateActuator in the model, take its control value multiplied by the optimal for...
by Nicholas Bianco
Thu Jun 27, 2024 9:37 am
Forum: OpenSim Moco
Topic: Moco goal for contact parameter optimisation using weights
Replies: 3
Views: 492

Re: Moco goal for contact parameter optimisation using weights

Hi Oliver, If you need more customization in your parameter optimization workflow, then the Muscle Redundancy Solver is a great alternative (I used it for my research before we created Moco). You could implement a custom MocoGoal, since parameters are applied to the model and will be available when ...
by Nicholas Bianco
Wed Jun 26, 2024 5:19 pm
Forum: OpenSim Moco
Topic: MocoCasADiSolver is not available
Replies: 10
Views: 1703

Re: MocoCasADiSolver is not available

Hi Aaron,

I can't guarantee any packages on opensim_admin to be totally stable, but it should work fine for your purposes. Very soon we will have officially conda pacakges on the opensim-org channel, so stay tuned for that too.

Best,
Nick
by Nicholas Bianco
Tue Jun 25, 2024 11:42 am
Forum: OpenSim Moco
Topic: Moco goal for contact parameter optimisation using weights
Replies: 3
Views: 492

Re: Moco goal for contact parameter optimisation using weights

Hi Oliver, It is currently not possible to add cost term to minimize deviations from the initial parameter value. The SmoothSphereHalfSpaceForce properties are not available as Outputs, so they cannot be used with MocoOutputGoal. I've considered adding support for "parameter regularization" as you d...
by Nicholas Bianco
Tue Jun 25, 2024 10:54 am
Forum: AddBiomechanics
Topic: Output GRF files from ID do not contain moments
Replies: 5
Views: 121

Re: Output GRF files from ID do not contain moments

Hi Duncan,

If your original GRF files contained moments, they should get propagated to the output. Can you upload your input GRF data file?

Best,
Nick
by Nicholas Bianco
Thu Jun 20, 2024 10:03 am
Forum: AddBiomechanics
Topic: Output GRF files from ID do not contain moments
Replies: 5
Views: 121

Re: Output GRF files from ID do not contain moments

Hi Duncan,

We do use GRF moments during the dynamics fitting step. Where are you not seeing them?

-Nick
by Nicholas Bianco
Thu Jun 20, 2024 10:02 am
Forum: OpenSim Moco
Topic: high reserve actuators
Replies: 7
Views: 276

Re: high reserve actuators

Hi Mikayla, Christian, If optimizing parameters, then you problem want to set the MocoCasADiSovler property parameters_require_initsystem . You might consider ignoring muscle passive forces in addition to activation and tendon dynamics (see ModOpIgnorePassiveFiberForcesDGF ). Then you would be free ...