keenon / nimblephysics

Nimble: Physics Engine for Biomechanics and Deep Learning
http://www.nimblephysics.org
Other
403 stars 44 forks source link

Support for loading a `MocoTrajectory` and appending it to a CSV file #190

Closed nickbianco closed 1 year ago

nickbianco commented 1 year ago

This PR adds support for loading a MocoTrajectory text file (from the OpenSim Moco package) into memory, and also supporting appending the muscle excitations and activations to an existing CSV file. These changes are primarily to support plotting MocoInverse solutions in AddBiomechanics.

Summary of changes