Page 1 of 1

Use MocoGeneralizedForceTrackingGoal in Matlab

Posted: Mon Aug 26, 2024 1:21 pm
by kpariser
I want to add joint moment tracking to a Moco tracking problem set up in Matlab. I think I would need to use the MocoGeneralizedForceTrackingGoal, but I am not sure how to properly implement that and cannot find an example or documentation since it is a newer goal. Thank you for your help!

Re: Use MocoGeneralizedForceTrackingGoal in Matlab

Posted: Mon Aug 26, 2024 1:30 pm
by nbianco
Hi Kayla,

You can use the updated example on GitHub as a guide: https://github.com/opensim-org/opensim- ... ack.m#L231.

Best,
Nick

Re: Use MocoGeneralizedForceTrackingGoal in Matlab

Posted: Tue Aug 27, 2024 11:55 am
by kpariser
Thank you Nick!