Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added docs/source/_static/demos/bin_packing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/source/overview/showroom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,29 @@ A few quick showroom scripts to run and checkout:
:alt: Multiple assets managed through the same simulation handles


- Use the composition of MultiAssetSpawner and RigidObjectCollection spawn different number of varying assets for each individual environment:

.. tab-set::
:sync-group: os

.. tab-item:: :icon:`fa-brands fa-linux` Linux
:sync: linux

.. code:: bash

./isaaclab.sh -p scripts/demos/bin_packing.py

.. tab-item:: :icon:`fa-brands fa-windows` Windows
:sync: windows

.. code:: batch

isaaclab.bat -p scripts\demos\bin_packing.py

.. image:: ../_static/demos/bin_packing.jpg
:width: 100%
:alt: Spawning random number of random asset per env_id using combination os MultiAssetSpawner and RigidObjectCollection


- Use the interactive scene and spawn a simple parallel robot for pick and place:

Expand Down
Loading
Loading