Simbody v3.7 Release Notes

Release Date: 2019-12-01 // over 4 years ago
  • ๐Ÿš€ This release of Simbody includes a smoothed compliant contact model and a few bug fixes.

    • The new SmoothSphereHalfSpaceForce provides a continuous and differentiable contact model, ideal for use with gradient-based optimization algorithms (PR #667).
    • ๐Ÿ›  Fixes a memory issue with CPodes (PR #642).
    • ๐Ÿ“„ The new CMake variable INSTALL_DOCS controls whether docs are installed (PR #655).
    • ๐Ÿ›  Fixes a bug with calculating constraint acceleration errors (PR #670).
    • ๐Ÿ›  Fixes Pathname::getThisExecutablePath() for FreeBSD (PR #672).
    • ๐Ÿ›  Fixes simbody-visualizer on macOS 10.15 Catalina when using high-DPI screens. Now, simbody-visualizer is an app bundle (simbody-visualizer.app) on Mac (PR #676).

Previous changes from v3.6.1

  • ๐Ÿš€ This patch release is 3.6 with minor changes:

    • ๐Ÿ›  Fixed a bug wherein a program may crash when using the visualizer if
      the visualizer window was closed manually.