Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds RayCaster rough terrain base height to reward #1525

Merged
Prev Previous commit
Next Next commit
Modify changelogs, contributors
  • Loading branch information
Andy-xiong6 committed Dec 11, 2024
commit ea49b37806df78e787e16188722fddd48c7238a0
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Guidelines for modifications:
* Giulio Romualdi
* Haoran Zhou
* HoJin Jeon
* Hongwei Xiong
* Jan Kerner
* Jean Tampon
* Jia Lin Yuan
Expand Down
11 changes: 11 additions & 0 deletions source/extensions/omni.isaac.lab/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
---------

0.27.25 (2024-12-11)
~~~~~~~~~~~~~~~~~~~~

Changed
^^^^^^^

* Introduced an optional `sensor_cfg` parameter to the :meth:`~omni.isaac.lab.envs.mdp.rewards.base_height_l2` function, enabling the use of
:class:`~omni.isaac.lab.sensors.RayCaster` for height adjustments. For flat terrains, the function retains its previous behavior.
* Improved documentation to clarify the usage of the :meth:`~omni.isaac.lab.envs.mdp.rewards.base_height_l2` function in both flat and rough terrain settings.


0.27.24 (2024-12-09)
~~~~~~~~~~~~~~~~~~~~

Expand Down