Skip to content

Releases: keenon/nimblephysics

v0.8.20 Adding SDF and MJCF exporters

21 Jul 21:28
Compare
Choose a tag to compare

We can now export .sdf (PyBullet, Gazebo, etc) and .mjcf (MuJoCo) files from skeletons generated in Nimble.

v0.8.18 Stability improvements for OpenSimParser

19 Jul 04:25
Compare
Choose a tag to compare

Fixing a bug in OpenSimParser::rationalizeJoints(), and also exposing setObjectScale to the Python GUI

v0.8.17 Stability improvements to OpenSimParser

17 Jul 17:30
Compare
Choose a tag to compare

This patch fixes crashes in OpenSimParser::rationalizeJoints()

v0.8.16 Fixing OpenSimParser on strange CustomJoints

16 Jul 21:48
Compare
Choose a tag to compare

If you have a CustomJoint with 5-DOFs, because for some reason you don't want the 6th DOF and you'd rather not just clamp it, that now works.

v0.8.15 More informative errors when OpenSimParser fails

16 Jul 19:28
Compare
Choose a tag to compare

This patch prints more informative error messages when OpenSimParser fails on unsupported joint types.

v0.8.14 Adding PiecewiseLinearFunction and more CustomJoint configurations

16 Jul 17:06
Compare
Choose a tag to compare

This release adds PiecewiseLinearFunction and more CustomJoint configurations.

v0.8.12 Stability Improvements for OpenSimParser

15 Jul 20:56
Compare
Choose a tag to compare

This patch allows OpenSimParser to handle even older OpenSim files than previously, as well as providing an API for MarkerFitter to check if the passed in motion files have sufficient marker overlap with the marker set to process.

v0.8.11 Bug fix for OpenSimParser::saveOsimInverseDynamicsForcesXMLFile

13 Jul 22:37
Compare
Choose a tag to compare

This makes the foot-detection heuristic in OpenSimParser::saveOsimInverseDynamicsForcesXMLFile() slightly more general.

v0.8.10 Adding UniversalJoint support to OpenSim

13 Jul 20:07
Compare
Choose a tag to compare

This adds support for UniversalJoints to the OpenSimParser.

v0.8.9 Stability Improvements

13 Jul 17:47
Compare
Choose a tag to compare

This push fixes a regex bug in the Protobuf Javascript library in the web visualizer.