Use MocoGeneralizedForceTrackingGoal in Matlab
- Kayla Pariser
- Posts: 17
- Joined: Mon Jul 30, 2018 10:35 am
Use MocoGeneralizedForceTrackingGoal in Matlab
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!
- Nicholas Bianco
- Posts: 1041
- Joined: Thu Oct 04, 2012 8:09 pm
Re: Use MocoGeneralizedForceTrackingGoal in Matlab
Hi Kayla,
You can use the updated example on GitHub as a guide: https://github.com/opensim-org/opensim- ... ack.m#L231.
Best,
Nick
You can use the updated example on GitHub as a guide: https://github.com/opensim-org/opensim- ... ack.m#L231.
Best,
Nick
- Kayla Pariser
- Posts: 17
- Joined: Mon Jul 30, 2018 10:35 am
Re: Use MocoGeneralizedForceTrackingGoal in Matlab
Thank you Nick!