Simbody v3.1 Release Notes

Release Date: 2013-04-22 // about 11 years ago
  • ๐Ÿš€ This is the Simbody release that shipped with OpenSim 3.1 and contains the initial ๐Ÿš€ work done with Open Source Robotics Foundation for the Gazebo simulator. The source was managed on Subversion, although its code and history were transferred to GitHub. The source zip is available on the GitHub release page here.

    • โž• Added MobilityLinearStop for joint stops (for Gazebo)
    • โž• Added Simbody example for reading Gazebo sdf files
    • โž• Added MultibodyGraphMaker to map bodies and joints to mobilizers and constraints (for Gazebo)
    • โž• Added a variety of prototype implementations of unilateral contact as adhoc tests
    • โž• Added some pre-built mesh types to PolygonalMesh (for Gazebo)
    • Modified Force::Gravity to allow excluded bodies (needed by Gazebo)
    • โž• Added DiscreteForces and MobilityDiscreteForces elements for Gazebo
    • โž• Added Measure::Delay for time-delay of input signal
    • โž• Added scissor-lift example to show behavior on highly constrained mechanisms
    • โž• Added RK2 integrator
    • Modified Gimbal mobilizer to use Euler angle derivatives as generalized speeds
    • โž• Added Bushing (6 dof) mobilizer parameterized like Gimbal
    • โž• Added methods for calculating geodesics over smooth contact geometry
    • โž• Added infrastructure for fast cable wrapping and some prototypes
    • ๐ŸŽ Many small performance improvements and bug fixes