keenon / nimblephysics

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

`DynamicsFitter::writeCSVData` writes the time vector incorrectly #109

Closed nickbianco closed 1 year ago

nickbianco commented 1 year ago

The time vector printed out starts from zero, rather than uses the initial time of the provided trajectory. In addition, the time vector contains two less rows than the input data.

nickbianco commented 1 year ago

Fixed via #118.