Skip to content

Commit

Permalink
Add insertion task.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 622962761
Change-Id: I960fc9c2a13a6216da03a8fa9b29ce7a55b6da4a
  • Loading branch information
erez-tom authored and copybara-github committed Apr 8, 2024
1 parent b441923 commit 725630c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

Upcoming version (not yet released)
-----------------------------------

MJX
^^^
1. Added support for userdata.

Version 3.1.4 (April 8th, 2024)
-------------------------------

Expand Down Expand Up @@ -36,11 +43,10 @@ MJX
5. Fixed bug for sphere/capsule-convex deep penetration.
6. Fixed bug where ``mjx.Data`` produced by ``mjx.put_data`` had different treedef than ``mjx.make_data``.
7. Throw an error for margin/gap for convex mesh collisions, since they are not supported.
8. Added support for userdata.

Simulate
^^^^^^^^
9. Fixed bug in order of enable flag strings. Before this change, using the simulate UI to toggle the
8. Fixed bug in order of enable flag strings. Before this change, using the simulate UI to toggle the
:ref:`invdiscrete<option-flag-invdiscrete>` or the (now removed) ``sensornoise`` flags would actually toggle the
other flag.

Expand All @@ -51,7 +57,7 @@ Python bindings
:align: right
:width: 240px

10. Added the ``mujoco.minimize`` Python module for nonlinear least-squares, designed for System Identification (sysID).
9. Added the ``mujoco.minimize`` Python module for nonlinear least-squares, designed for System Identification (sysID).
The sysID tutorial is work in progress, but a pedagogical colab notebook with examples, including Inverse
Kinematics, is available here: |ls_colab|
|br| The video on the right shows example clips from the tutorial.
Expand Down

0 comments on commit 725630c

Please sign in to comment.