You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support to record additional steps in record_demos.py (#224)
Adds support to record additional steps after task success is detected
in record_demos.py.
This helps record demos with sufficient lengths to be used for training.
<!-- As you go through the list, delete the ones that are not
applicable. -->
- Bug fix (non-breaking change which fixes an issue)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
<!--
As you go through the checklist above, you can mark something as done by
putting an x character in it
For example,
- [x] I have done this task
- [ ] I have not done this task
-->
Copy file name to clipboardExpand all lines: source/isaaclab/docs/CHANGELOG.rst
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Changelog
2
2
---------
3
3
4
-
0.33.6 (2025-01-30)
4
+
0.33.7 (2025-01-30)
5
5
~~~~~~~~~~~~~~~~~~~
6
6
7
7
Fixed
@@ -12,7 +12,7 @@ Fixed
12
12
to the event being triggered at the wrong time after the reset.
13
13
14
14
15
-
0.33.5 (2025-01-17)
15
+
0.33.6 (2025-01-17)
16
16
~~~~~~~~~~~~~~~~~~~
17
17
18
18
Fixed
@@ -42,7 +42,7 @@ Fixed
42
42
the :class:`omni.isaac.lab.assets.RigidObjectCollection` class.
43
43
44
44
45
-
0.33.4 (2025-01-14)
45
+
0.33.5 (2025-01-14)
46
46
~~~~~~~~~~~~~~~~~~~
47
47
48
48
Fixed
@@ -51,6 +51,16 @@ Fixed
51
51
* Fixed the respawn of only wrong object samples in :func:`repeated_objects_terrain` of :mod:`omni.isaac.lab.terrains.trimesh` module. Previously, the function was respawning all objects in the scene instead of only the wrong object samples, which in worst case could lead to infinite respawn loop.
52
52
53
53
54
+
0.33.4 (2025-01-10)
55
+
~~~~~~~~~~~~~~~~~~~
56
+
57
+
Changed
58
+
^^^^^^^
59
+
60
+
* Added an optional parameter in the :meth:`record_pre_reset` method in
61
+
:class:`~isaaclab.managers.RecorderManager` to override the export config upon invoking.
0 commit comments