Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
7b7d80d
early sign of life. Cartpole and Ant are training.
AntoineRichard Jan 27, 2026
86169ed
removing sensors
AntoineRichard Jan 27, 2026
6050eef
removing old files.
AntoineRichard Jan 27, 2026
44160c8
added thin wrapper to allow usage of object_X mehtods on RigidObjectC…
AntoineRichard Jan 27, 2026
1e6f4f0
All tests for the assets are passing.
AntoineRichard Jan 28, 2026
39be136
Doc + test update
AntoineRichard Jan 28, 2026
6711a05
Now uses root_view instead of root_physx_view
AntoineRichard Jan 28, 2026
080c5b7
More doc
AntoineRichard Jan 28, 2026
24f5d87
pre-commits.
AntoineRichard Jan 28, 2026
23d2375
fixing failing doc
AntoineRichard Jan 28, 2026
4b981d2
Fixing doc build errors
AntoineRichard Jan 28, 2026
252633e
Fix multi-rotor + wrench composer tests.
AntoineRichard Jan 28, 2026
64c758e
Fixing issues here and here.
AntoineRichard Jan 28, 2026
e9ae031
Fixing more issues.
AntoineRichard Jan 28, 2026
03fd801
pre-commits
AntoineRichard Jan 28, 2026
2bc7c41
Fixing failing doc build.
AntoineRichard Jan 28, 2026
ac8c2e5
Addressing last doc bits
AntoineRichard Jan 28, 2026
da06657
should fix some of the failing mimic tests.
AntoineRichard Jan 29, 2026
32a6f41
Merge branch 'develop' into antoiner/multi-backend
AntoineRichard Jan 29, 2026
69be8a4
Initial commit
AntoineRichard Jan 29, 2026
28f62c9
Iterating.
AntoineRichard Jan 29, 2026
aa98401
Should be ready
AntoineRichard Jan 29, 2026
2b06fc4
pre-commits
AntoineRichard Jan 29, 2026
51f2d06
Initial push for mock interfaces to allow for benchmarking before mig…
AntoineRichard Jan 29, 2026
07708fb
cleaning up
AntoineRichard Jan 29, 2026
e7af2ce
pre-commits
AntoineRichard Jan 29, 2026
618af8a
Update tendon property references to fixed values
kellyguo11 Jan 29, 2026
730d513
Improvements around the mocking. Some QOL to make patching less tedio…
AntoineRichard Jan 30, 2026
041196d
pre-commits
AntoineRichard Jan 30, 2026
4a084bc
initial commit
AntoineRichard Jan 30, 2026
2d430dc
bumped version number
AntoineRichard Jan 30, 2026
db416d9
more precise warning.
AntoineRichard Jan 30, 2026
84513ff
Merge branch 'develop' into antoiner/multi-backend
AntoineRichard Jan 30, 2026
ca95f90
bumped the version in the extension.toml
AntoineRichard Jan 30, 2026
46324c3
made the warning much more explicit in term of deprecation date. This…
AntoineRichard Jan 30, 2026
52bd9ba
merge updated base
AntoineRichard Jan 30, 2026
c004441
Merge branch 'antoiner/multi-backend-sensor' into antoiner/mock_inter…
AntoineRichard Jan 30, 2026
a666933
Added changelogs
AntoineRichard Jan 30, 2026
ce2da45
Merge branch 'antoiner/mock_interfaces' into antoiner/physx-assets-mi…
AntoineRichard Jan 30, 2026
8eb720a
changelogs
AntoineRichard Jan 30, 2026
118fa26
pre-commits
AntoineRichard Jan 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/isaaclab.python.headless.kit
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ enabled=true # Enable this for DLSS

# Load Isaac Lab extensions last
"isaaclab" = {order = 1000}
"isaaclab_physx" = {order = 1000}
"isaaclab_assets" = {order = 1000}
"isaaclab_tasks" = {order = 1000}
"isaaclab_mimic" = {order = 1000}
Expand Down
1 change: 1 addition & 0 deletions apps/isaaclab.python.kit
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ keywords = ["experience", "app", "usd"]

# Load Isaac Lab extensions last
"isaaclab" = {order = 1000}
"isaaclab_physx" = {order = 1000}
"isaaclab_assets" = {order = 1000}
"isaaclab_tasks" = {order = 1000}
"isaaclab_mimic" = {order = 1000}
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
sys.path.insert(0, os.path.abspath("../source/isaaclab_assets/isaaclab_assets"))
sys.path.insert(0, os.path.abspath("../source/isaaclab_tasks"))
sys.path.insert(0, os.path.abspath("../source/isaaclab_tasks/isaaclab_tasks"))
sys.path.insert(0, os.path.abspath("../source/isaaclab_physx"))
sys.path.insert(0, os.path.abspath("../source/isaaclab_physx/isaaclab_physx"))
sys.path.insert(0, os.path.abspath("../source/isaaclab_rl"))
sys.path.insert(0, os.path.abspath("../source/isaaclab_rl/isaaclab_rl"))
sys.path.insert(0, os.path.abspath("../source/isaaclab_mimic"))
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Table of Contents
:caption: Migration Guides
:titlesonly:

source/migration/migrating_to_isaaclab_3-0
source/migration/migrating_from_isaacgymenvs
source/migration/migrating_from_omniisaacgymenvs
source/migration/migrating_from_orbit
Expand Down
17 changes: 17 additions & 0 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,20 @@ It includes the following modules:
:toctree: lab_tasks

utils

isaaclab_physx extension
------------------------

The following modules are available in the ``isaaclab_physx`` extension:

.. currentmodule:: isaaclab_physx

.. autosummary::
:toctree: lab_physx

assets

.. toctree::
:hidden:

lab_physx/isaaclab.assets
23 changes: 0 additions & 23 deletions docs/source/api/lab/isaaclab.assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
Articulation
ArticulationData
ArticulationCfg
DeformableObject
DeformableObjectData
DeformableObjectCfg

.. currentmodule:: isaaclab.assets

Expand Down Expand Up @@ -93,23 +90,3 @@ Articulation
:inherited-members:
:show-inheritance:
:exclude-members: __init__, class_type

Deformable Object
-----------------

.. autoclass:: DeformableObject
:members:
:inherited-members:
:show-inheritance:

.. autoclass:: DeformableObjectData
:members:
:inherited-members:
:show-inheritance:
:exclude-members: __init__

.. autoclass:: DeformableObjectCfg
:members:
:inherited-members:
:show-inheritance:
:exclude-members: __init__, class_type
99 changes: 99 additions & 0 deletions docs/source/api/lab_physx/isaaclab.assets.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
isaaclab_physx.assets
=====================

.. automodule:: isaaclab_physx.assets
:noindex:

.. rubric:: Classes

.. autosummary::

Articulation
ArticulationData
RigidObject
RigidObjectData
RigidObjectCollection
RigidObjectCollectionData
DeformableObject
DeformableObjectData
DeformableObjectCfg
SurfaceGripper
SurfaceGripperCfg

.. currentmodule:: isaaclab_physx.assets

Articulation
------------

.. autoclass:: Articulation
:members:
:inherited-members:
:show-inheritance:

.. autoclass:: ArticulationData
:members:
:inherited-members:
:show-inheritance:
:exclude-members: __init__

Rigid Object
------------

.. autoclass:: RigidObject
:members:
:inherited-members:
:show-inheritance:

.. autoclass:: RigidObjectData
:members:
:inherited-members:
:show-inheritance:
:exclude-members: __init__

Rigid Object Collection
-----------------------

.. autoclass:: RigidObjectCollection
:members:
:inherited-members:
:show-inheritance:

.. autoclass:: RigidObjectCollectionData
:members:
:inherited-members:
:show-inheritance:
:exclude-members: __init__

Deformable Object
-----------------

.. autoclass:: DeformableObject
:members:
:inherited-members:
:show-inheritance:

.. autoclass:: DeformableObjectData
:members:
:inherited-members:
:show-inheritance:
:exclude-members: __init__

.. autoclass:: DeformableObjectCfg
:members:
:inherited-members:
:show-inheritance:
:exclude-members: __init__, class_type, InitialStateCfg

Surface Gripper
---------------

.. autoclass:: SurfaceGripper
:members:
:inherited-members:
:show-inheritance:

.. autoclass:: SurfaceGripperCfg
:members:
:inherited-members:
:show-inheritance:
:exclude-members: __init__, class_type, InitialStateCfg
Loading
Loading