Skip to content

Commit

Permalink
adds version log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayankm96 committed Oct 6, 2024
1 parent 93daf30 commit 1c2f234
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/extensions/omni.isaac.lab/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

# Note: Semantic Versioning is used: https://semver.org/
version = "0.24.18"
version = "0.24.19"

# Description
title = "Isaac Lab framework for Robot Learning"
Expand Down
10 changes: 10 additions & 0 deletions source/extensions/omni.isaac.lab/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
---------

0.24.19 (2024-10-06)
~~~~~~~~~~~~~~~~~~~~

Added
^^^^^

* Added configuration classes for spawning assets from a list of individual asset configurations randomly
at the specified prim paths.


0.24.18 (2024-10-04)
~~~~~~~~~~~~~~~~~~~~

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@ class MultiAssetSpawnerCfg(RigidObjectSpawnerCfg, DeformableObjectSpawnerCfg):

@configclass
class MultiUsdFileCfg(UsdFileCfg):
"""Configuration parameters for loading multiple USDs from their individual configurations."""
"""Configuration parameters for loading multiple USD files.
Specifying values for any properties at the configuration level is applied to all the assets
imported from their USD files.
.. tip::
It is recommended that all the USD based assets follow a similar prim-hierarchy.
"""

func = wrappers.spawn_multi_usd_file

Expand Down

0 comments on commit 1c2f234

Please sign in to comment.