Skip to content

Commit a7ffb6f

Browse files
committed
Fix docs
1 parent 80635a6 commit a7ffb6f

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

docs/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ Table of Contents
9898
source/features/multi_gpu
9999
source/features/tiled_rendering
100100
source/features/reproducibility
101-
.. source/features/motion_generators
102101

103102
.. toctree::
104103
:maxdepth: 1

docs/source/api/lab/omni.isaac.lab.sim.rst

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
SimulationContext
2020
SimulationCfg
2121
PhysxCfg
22+
RenderCfg
2223

2324
.. rubric:: Functions
2425

@@ -46,6 +47,11 @@ Simulation Configuration
4647
:show-inheritance:
4748
:exclude-members: __init__
4849

50+
.. autoclass:: RenderCfg
51+
:members:
52+
:show-inheritance:
53+
:exclude-members: __init__
54+
4955
Simulation Context Builder
5056
--------------------------
5157

docs/source/features/hydra.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Elements in dictionaries are handled as a parameters in the hierarchy. For examp
8989

9090
.. literalinclude:: ../../../source/extensions/omni.isaac.lab_tasks/omni/isaac/lab_tasks/manager_based/classic/cartpole/cartpole_env_cfg.py
9191
:language: python
92-
:lines: 99-111
93-
:emphasize-lines: 10
92+
:lines: 90-114
93+
:emphasize-lines: 11
9494

9595
the ``position_range`` parameter can be modified with ``env.events.reset_cart_position.params.position_range="[-2.0, 2.0]"``.
9696
This example shows two noteworthy points:
@@ -112,7 +112,7 @@ For example, for the configuration of the Cartpole camera depth environment:
112112
:language: python
113113
:start-at: class CartpoleDepthCameraEnvCfg
114114
:end-at: tiled_camera.width
115-
:emphasize-lines: 16
115+
:emphasize-lines: 10, 15
116116

117117
If the user were to modify the width of the camera, i.e. ``env.tiled_camera.width=128``, then the parameter
118118
``env.observation_space=[80,128,1]`` must be updated and given as input as well.

docs/source/overview/core-concepts/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ This section we introduce core concepts in Isaac Lab.
99

1010
task_workflows
1111
actuators
12+
13+
# motion_generators

source/extensions/omni.isaac.lab/docs/CHANGELOG.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Changelog
77
Added
88
^^^^^
99

10-
* Added :class:`RenderCfg` in :class:`SimulationCfg for specifying render related settings.
10+
* Added :class:`~omni.isaac.lab.sim.RenderCfg` and the attribute :attr:`~omni.isaac.lab.sim.SimulationCfg.render` for
11+
specifying render related settings.
1112

1213

1314
0.27.0 (2024-10-14)

0 commit comments

Comments
 (0)