|
1 | 1 | Changelog
|
2 | 2 | ---------
|
3 | 3 |
|
| 4 | +0.30.7 (2025-01-30) |
| 5 | +~~~~~~~~~~~~~~~~~~~ |
| 6 | + |
| 7 | +Fixed |
| 8 | +^^^^^ |
| 9 | + |
| 10 | +* Fixed resampling of interval time left for the next event in the :class:`~omni.isaac.lab.managers.EventManager` |
| 11 | + class. Earlier, the time left for interval-based events was not being resampled on episodic resets. This led |
| 12 | + to the event being triggered at the wrong time after the reset. |
| 13 | + |
| 14 | + |
4 | 15 | 0.30.6 (2025-01-17)
|
5 | 16 | ~~~~~~~~~~~~~~~~~~~
|
6 | 17 |
|
7 | 18 | Fixed
|
8 | 19 | ^^^^^
|
9 | 20 |
|
10 |
| -* removed deprecation of :attr:`omni.isaac.lab.assets.ArticulationData.root_state_w` and |
| 21 | +* Removed deprecation of :attr:`omni.isaac.lab.assets.ArticulationData.root_state_w` and |
11 | 22 | :attr:`omni.isaac.lab.assets.ArticulationData.body_state_w` derived properties.
|
12 |
| -* removed deprecation of :meth:`omni.isaac.lab.assets.Articulation.write_root_state_to_sim`. |
13 |
| -* replaced calls to :attr:`omni.isaac.lab.assets.ArticulationData.root_com_state_w` and |
| 23 | +* Removed deprecation of :meth:`omni.isaac.lab.assets.Articulation.write_root_state_to_sim`. |
| 24 | +* Replaced calls to :attr:`omni.isaac.lab.assets.ArticulationData.root_com_state_w` and |
14 | 25 | :attr:`omni.isaac.lab.assets.ArticulationData.root_link_state_w` with corresponding calls to
|
15 | 26 | :attr:`omni.isaac.lab.assets.ArticulationData.root_state_w`.
|
16 |
| -* replaced calls to :attr:`omni.isaac.lab.assets.ArticulationData.body_com_state_w` and |
| 27 | +* Replaced calls to :attr:`omni.isaac.lab.assets.ArticulationData.body_com_state_w` and |
17 | 28 | :attr:`omni.isaac.lab.assets.ArticulationData.body_link_state_w` properties with corresponding calls to
|
18 | 29 | :attr:`omni.isaac.lab.assets.ArticulationData.body_state_w` properties.
|
19 |
| -* removed deprecation of :attr:`omni.isaac.lab.assets.RigidObjectData.root_state_w` derived properties . |
20 |
| -* removed deprecation of :meth:`omni.isaac.lab.assets.RigidObject.write_root_state_to_sim`. |
21 |
| -* replaced calls to :attr:`omni.isaac.lab.assets.RigidObjectData.root_com_state_w` and |
| 30 | +* Removed deprecation of :attr:`omni.isaac.lab.assets.RigidObjectData.root_state_w` derived properties. |
| 31 | +* Removed deprecation of :meth:`omni.isaac.lab.assets.RigidObject.write_root_state_to_sim`. |
| 32 | +* Replaced calls to :attr:`omni.isaac.lab.assets.RigidObjectData.root_com_state_w` and |
22 | 33 | :attr:`omni.isaac.lab.assets.RigidObjectData.root_link_state_w` properties with corresponding calls to
|
23 | 34 | :attr:`omni.isaac.lab.assets.RigidObjectData.root_state_w` properties.
|
24 |
| -* removed deprecation of :attr:`omni.isaac.lab.assets.RigidObjectCollectionData.root_state_w` derived properties. |
25 |
| -* removed deprecation of :meth:`omni.isaac.lab.assets.RigidObjectCollection.write_root_state_to_sim`. |
26 |
| -* replaced calls to :attr:`omni.isaac.lab.assets.RigidObjectCollectionData.root_com_state_w` and |
| 35 | +* Removed deprecation of :attr:`omni.isaac.lab.assets.RigidObjectCollectionData.root_state_w` derived properties. |
| 36 | +* Removed deprecation of :meth:`omni.isaac.lab.assets.RigidObjectCollection.write_root_state_to_sim`. |
| 37 | +* Replaced calls to :attr:`omni.isaac.lab.assets.RigidObjectCollectionData.root_com_state_w` and |
27 | 38 | :attr:`omni.isaac.lab.assets.RigidObjectData.root_link_state_w` properties with corresponding calls to
|
28 | 39 | :attr:`omni.isaac.lab.assets.RigidObjectData.root_state_w` properties.
|
29 |
| -* fixed indexing issue in ``write_root_link_velocity_to_sim`` in :class:`omni.isaac.lab.assets.RigidObject` |
30 |
| -* fixed index broadcasting in ``write_object_link_velocity_to_sim`` and ``write_object_com_pose_to_sim`` in :class:`omni.isaac.lab.assets.RigidObjectCollection` |
| 40 | +* Fixed indexing issue in ``write_root_link_velocity_to_sim`` in :class:`omni.isaac.lab.assets.RigidObject` |
| 41 | +* Fixed index broadcasting in ``write_object_link_velocity_to_sim`` and ``write_object_com_pose_to_sim`` in |
| 42 | + the :class:`omni.isaac.lab.assets.RigidObjectCollection` class. |
31 | 43 |
|
32 | 44 |
|
33 | 45 | 0.30.5 (2025-01-14)
|
|
0 commit comments