Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnBuffer committed Nov 13, 2024
1 parent 3c39a02 commit 562e2b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/extensions/omni.isaac.lab/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Added
* Added the function :func:`~omni.isaac.lab.envs.mdp.events.reset_joints_to_default` which allows to reset all
joints to their default states.

* Added the possibility for :func:`~omni.isaac.lab.envs.mdp.events.reset_joints_by_scale` and
* Added the possibility for :func:`~omni.isaac.lab.envs.mdp.events.reset_joints_by_scale` and
:func:`~omni.isaac.lab.envs.mdp.events.reset_joints_by_offset` to target specific joints in robots.


Expand Down
10 changes: 10 additions & 0 deletions source/extensions/omni.isaac.lab_tasks/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
---------

0.10.14 (2024-11-13)
~~~~~~~~~~~~~~~~~~~~

Changed
^^^^^^^

* Patched the :class:`~omni.isaac.lab_tasks.manager_based.manager_based.classic.cartpole.cartpole_env_cfg.CartpoleEnvCfg`
to use the `reset_joints_to_default` function.


0.10.13 (2024-10-30)
~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 562e2b1

Please sign in to comment.