diff --git a/doc/changelog.rst b/doc/changelog.rst index 2ed3f095..ec3f3acd 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -8,6 +8,10 @@ Upcoming version (not yet released) General ^^^^^^^ +.. youtube:: e8lUuykQPGs + :align: right + :width: 240px + - The Newton solver no longer requires ``nv*nv`` memory allocation, allowing for much larger models. See e.g., `100_humanoids.xml `__. Two quadratic-memory allocations still remain to be fully sparsified: ``mjData.actuator_moment`` and the matrices used diff --git a/model/humanoid/100_humanoids.xml b/model/humanoid/100_humanoids.xml index 356a23d5..926c6130 100644 --- a/model/humanoid/100_humanoids.xml +++ b/model/humanoid/100_humanoids.xml @@ -28,13 +28,13 @@ - + - + @@ -43,8 +43,5 @@ - - -