File size: 4,447 Bytes
406662d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 | .. _how-to:
How-to Guides
=============
This section includes guides that help you use Isaac Lab. These are intended for users who
have already worked through the tutorials and are looking for more information on how to
use Isaac Lab. If you are new to Isaac Lab, we recommend you start with the tutorials.
.. note::
This section is a work in progress. If you have a question that is not answered here,
please open an issue on our `GitHub page <https://github.com/isaac-sim/IsaacLab>`_.
Importing a New Asset
---------------------
Importing an asset into Isaac Lab is a common task. It contains two steps: importing the asset into
a USD format and then setting up the configuration object for the asset. The following guide explains
how to import a new asset into Isaac Lab.
.. toctree::
:maxdepth: 1
import_new_asset
write_articulation_cfg
Creating a Fixed Asset
----------------------
Often you may want to create a fixed asset in your scene. For instance, making a floating base robot
a fixed base robot. This guide goes over the various considerations and steps to create a fixed asset.
.. toctree::
:maxdepth: 1
make_fixed_prim
Spawning Multiple Assets
------------------------
This guide explains how to import and configure different assets in each environment. This is
useful when you want to create diverse environments with different objects.
.. toctree::
:maxdepth: 1
multi_asset_spawning
Saving Camera Output
--------------------
This guide explains how to save the camera output in Isaac Lab.
.. toctree::
:maxdepth: 1
save_camera_output
Estimate How Many Cameras Can Run On Your Machine
-------------------------------------------------
This guide demonstrates how to estimate the number of cameras one can run on their machine under the desired parameters.
.. toctree::
:maxdepth: 1
estimate_how_many_cameras_can_run
Configure Rendering
-------------------
This guide demonstrates how to select rendering mode presets and overwrite preset rendering settings.
.. toctree::
:maxdepth: 1
configure_rendering
Drawing Markers
---------------
This guide explains how to use the :class:`~isaaclab.markers.VisualizationMarkers` class to draw markers in
Isaac Lab.
.. toctree::
:maxdepth: 1
draw_markers
Interfacing with Environments
-----------------------------
These guides explain how to interface with reinforcement learning environments in Isaac Lab.
.. toctree::
:maxdepth: 1
wrap_rl_env
add_own_library
Recording an Animation and Video
--------------------------------
This guide explains how to record an animation and video in Isaac Lab.
.. toctree::
:maxdepth: 1
record_animation
record_video
Dynamically Modifying Environment Parameters With CurriculumTerm
----------------------------------------------------------------
This guide explains how to dynamically modify environment parameters during training in Isaac Lab.
It covers the use of curriculum utilities to change environment parameters at runtime.
.. toctree::
:maxdepth: 1
curriculums
Mastering Omniverse
-------------------
Omniverse is a powerful platform that provides a wide range of features. This guide links to
additional resources that help you use Omniverse features in Isaac Lab.
.. toctree::
:maxdepth: 1
master_omniverse
Setting up CloudXR Teleoperation
--------------------------------
This guide explains how to use CloudXR and Apple Vision Pro for immersive streaming and
teleoperation in Isaac Lab.
.. toctree::
:maxdepth: 1
cloudxr_teleoperation
Setting up Haply Teleoperation
------------------------------
This guide explains how to use Haply Inverse3 and VerseGrip devices for robot teleoperation
with directional force feedback in Isaac Lab.
.. toctree::
:maxdepth: 1
haply_teleoperation
Understanding Simulation Performance
------------------------------------
This guide provides tips on optimizing simulation performance for different simulation use cases.
Additional resources are also linked to provide relevant performance guides for Isaac Sim and
Omniverse Physics.
.. toctree::
:maxdepth: 1
simulation_performance
Optimize Stage Creation
-----------------------
This guide explains 2 features that can speed up stage initialization, **fabric cloning** and **stage in memory**.
.. toctree::
:maxdepth: 1
optimize_stage_creation
|