Hi:
I'm a new Moco user and I want to compare the estimated muscle activity with and without GRF. I run the exampleMocoTrack twice,1stwith GRF added, and then toggled the line loading GRF into comment. But I'm wondering where can I find the estimated muscle activity? The output sto file seems only contains values with regard to joints.
Thanks for your time to read this and looking forward to your reply!
Best regards
Zhibo
Where can I find the muscle activity calculated by exampleMocoTrack
- zhibo zhang
- Posts: 7
- Joined: Tue Jan 11, 2022 9:58 pm
- Nicholas Bianco
- Posts: 1051
- Joined: Thu Oct 04, 2012 8:09 pm
Re: Where can I find the muscle activity calculated by exampleMocoTrack
Hi Zhibo,
Muscle excitations and activations will be stored in the MocoSolution returned from the solver as controls and states, respectively. You can use the MocoTrajectory API to get these values directly or, if you printed the solution to a STO file, you can load the file into a TimeSeriesTable and get the data that way.
Best,
Nick
Muscle excitations and activations will be stored in the MocoSolution returned from the solver as controls and states, respectively. You can use the MocoTrajectory API to get these values directly or, if you printed the solution to a STO file, you can load the file into a TimeSeriesTable and get the data that way.
Best,
Nick
- zhibo zhang
- Posts: 7
- Joined: Tue Jan 11, 2022 9:58 pm
Re: Where can I find the muscle activity calculated by exampleMocoTrack
Thanks for your reply! I'll work on that.