v0.8.86: Bug fixes for static trial pose optimization and `MarkerFixer`
*** IGNORE RELEASE 0.8.85 ***
Creating a new release because release 0.8.85 did not have it's version number updated correctly for pip installs.
Summary of changes
- Fixed a bug in static trial optimization where decision variable vector length was not correct length, leading to memory corruption.
- Fixed bugs in
MarkerFixer
that were creating discontinuous marker traces and prematurely dropping marker frames. - Added an option
DynamicsFitter::estimateFootGroundContacts()
to ignore checks that detect when a foot is over a force plate, which can be useful for GRF data that has missing or incomplete force plate geometry.