Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KincoActuatorIsaacLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kevin
KincoActuatorIsaacLab
Commits
d06b1f91
Commit
d06b1f91
authored
Jun 27, 2024
by
Mayank Mittal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds icons for OS to documentation tabs
parent
915ebdd6
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
50 additions
and
46 deletions
+50
-46
conf.py
docs/conf.py
+1
-0
requirements.txt
docs/requirements.txt
+3
-2
custom.css
docs/source/_static/css/custom.css
+4
-2
binaries_installation.rst
docs/source/setup/installation/binaries_installation.rst
+12
-12
cloud_installation.rst
docs/source/setup/installation/cloud_installation.rst
+6
-6
pip_installation.rst
docs/source/setup/installation/pip_installation.rst
+8
-8
verifying_installation.rst
docs/source/setup/installation/verifying_installation.rst
+10
-10
tiled_camera.py
...i.isaac.lab/omni/isaac/lab/sensors/camera/tiled_camera.py
+5
-5
delay_buffer.py
...ni.isaac.lab/omni/isaac/lab/utils/buffers/delay_buffer.py
+1
-1
No files found.
docs/conf.py
View file @
d06b1f91
...
@@ -51,6 +51,7 @@ extensions = [
...
@@ -51,6 +51,7 @@ extensions = [
"sphinx.ext.todo"
,
"sphinx.ext.todo"
,
"sphinx.ext.viewcode"
,
"sphinx.ext.viewcode"
,
"sphinxcontrib.bibtex"
,
"sphinxcontrib.bibtex"
,
"sphinxcontrib.icon"
,
"sphinx_copybutton"
,
"sphinx_copybutton"
,
"sphinx_design"
,
"sphinx_design"
,
]
]
...
...
docs/requirements.txt
View file @
d06b1f91
# for building the docs
# for building the docs
sphinx-book-theme==1.
1.3
sphinx-book-theme==1.
0.1
myst-parser
myst-parser
sphinxcontrib-bibtex
sphinxcontrib-bibtex
==2.5.0
autodocsumm
autodocsumm
sphinx-copybutton
sphinx-copybutton
sphinx-icon
sphinx_design
sphinx_design
sphinxemoji
sphinxemoji
...
...
docs/source/_static/css/custom.css
View file @
d06b1f91
...
@@ -25,6 +25,7 @@ html[data-theme="light"] {
...
@@ -25,6 +25,7 @@ html[data-theme="light"] {
--pst-color-on-surface
:
#e1e1e1
;
--pst-color-on-surface
:
#e1e1e1
;
--pst-color-link
:
var
(
--pst-color-primary
);
--pst-color-link
:
var
(
--pst-color-primary
);
--pst-color-link-hover
:
#789841
;
--pst-color-link-hover
:
#789841
;
--pst-color-table-row-hover-bg
:
#daedb9
;
}
}
/* anything related to the dark theme */
/* anything related to the dark theme */
...
@@ -33,8 +34,8 @@ html[data-theme="dark"] {
...
@@ -33,8 +34,8 @@ html[data-theme="dark"] {
--pst-color-secondary
:
#c2f26f
;
--pst-color-secondary
:
#c2f26f
;
--pst-color-secondary-highlight
:
#c2f26f
;
--pst-color-secondary-highlight
:
#c2f26f
;
--pst-color-inline-code-links
:
#b6e664
;
--pst-color-inline-code-links
:
#b6e664
;
--pst-color-info
:
#76B900
;
--pst-color-info
:
var
(
--pst-color-primary
)
;
--pst-color-info-highlight
:
#76B900
;
--pst-color-info-highlight
:
var
(
--pst-color-primary
)
;
--pst-color-info-bg
:
#3a550b
;
--pst-color-info-bg
:
#3a550b
;
--pst-color-attention
:
#dca90f
;
--pst-color-attention
:
#dca90f
;
--pst-color-text-base
:
#cecece
;
--pst-color-text-base
:
#cecece
;
...
@@ -49,6 +50,7 @@ html[data-theme="dark"] {
...
@@ -49,6 +50,7 @@ html[data-theme="dark"] {
--pst-color-on-surface
:
#373737
;
--pst-color-on-surface
:
#373737
;
--pst-color-link
:
var
(
--pst-color-primary
);
--pst-color-link
:
var
(
--pst-color-primary
);
--pst-color-link-hover
:
#aee354
;
--pst-color-link-hover
:
#aee354
;
--pst-color-table-row-hover-bg
:
#3a550b
;
}
}
a
{
a
{
...
...
docs/source/setup/installation/binaries_installation.rst
View file @
d06b1f91
...
@@ -22,13 +22,13 @@ To check the minimum system requirements,refer to the documentation
...
@@ -22,13 +22,13 @@ To check the minimum system requirements,refer to the documentation
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
On Linux systems, by default, Isaac Sim is installed in the directory
On Linux systems, by default, Isaac Sim is installed in the directory
``${HOME}/.local/share/ov/pkg/isaac_sim-*``, with ``*`` corresponding to the Isaac Sim version.
``${HOME}/.local/share/ov/pkg/isaac_sim-*``, with ``*`` corresponding to the Isaac Sim version.
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
On Windows systems, by default,Isaac Sim is installed in the directory
On Windows systems, by default,Isaac Sim is installed in the directory
...
@@ -72,7 +72,7 @@ Clone the Isaac Lab repository into your workspace:
...
@@ -72,7 +72,7 @@ Clone the Isaac Lab repository into your workspace:
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: text
.. code:: text
...
@@ -93,7 +93,7 @@ Clone the Isaac Lab repository into your workspace:
...
@@ -93,7 +93,7 @@ Clone the Isaac Lab repository into your workspace:
-d, --docs Build the documentation from source using sphinx.
-d, --docs Build the documentation from source using sphinx.
-c, --conda [NAME] Create the conda environment for Isaac Lab. Default name is 'isaaclab'.
-c, --conda [NAME] Create the conda environment for Isaac Lab. Default name is 'isaaclab'.
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: text
.. code:: text
...
@@ -124,7 +124,7 @@ to index the python modules and look for extensions shipped with Isaac Sim.
...
@@ -124,7 +124,7 @@ to index the python modules and look for extensions shipped with Isaac Sim.
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
...
@@ -135,7 +135,7 @@ to index the python modules and look for extensions shipped with Isaac Sim.
...
@@ -135,7 +135,7 @@ to index the python modules and look for extensions shipped with Isaac Sim.
ln -s path_to_isaac_sim _isaac_sim
ln -s path_to_isaac_sim _isaac_sim
# For example: ln -s /home/nvidia/.local/share/ov/pkg/isaac-sim-4.0.0 _isaac_sim
# For example: ln -s /home/nvidia/.local/share/ov/pkg/isaac-sim-4.0.0 _isaac_sim
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: batch
.. code:: batch
...
@@ -167,7 +167,7 @@ use the following command:
...
@@ -167,7 +167,7 @@ use the following command:
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
...
@@ -177,7 +177,7 @@ use the following command:
...
@@ -177,7 +177,7 @@ use the following command:
# Option 2: Custom name for conda environment
# Option 2: Custom name for conda environment
./isaaclab.sh --conda my_env # or "./isaaclab.sh -c my_env"
./isaaclab.sh --conda my_env # or "./isaaclab.sh -c my_env"
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: batch
.. code:: batch
...
@@ -218,14 +218,14 @@ Installation
...
@@ -218,14 +218,14 @@ Installation
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
./isaaclab.sh --install # or "./isaaclab.sh -i"
./isaaclab.sh --install # or "./isaaclab.sh -i"
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: batch
.. code:: batch
...
@@ -240,14 +240,14 @@ Installation
...
@@ -240,14 +240,14 @@ Installation
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
./isaaclab.sh --install rl_games # or "./isaaclab.sh -i rl_games"
./isaaclab.sh --install rl_games # or "./isaaclab.sh -i rl_games"
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: batch
.. code:: batch
...
...
docs/source/setup/installation/cloud_installation.rst
View file @
d06b1f91
...
@@ -54,14 +54,14 @@ To run Isaac Automator, first build the Isaac Automator container:
...
@@ -54,14 +54,14 @@ To run Isaac Automator, first build the Isaac Automator container:
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code-block:: bash
.. code-block:: bash
./build
./build
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code-block:: batch
.. code-block:: batch
...
@@ -73,14 +73,14 @@ Next, enter the automator container:
...
@@ -73,14 +73,14 @@ Next, enter the automator container:
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code-block:: bash
.. code-block:: bash
./run
./run
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code-block:: batch
.. code-block:: batch
...
@@ -121,14 +121,14 @@ For example:
...
@@ -121,14 +121,14 @@ For example:
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code-block:: bash
.. code-block:: bash
./isaaclab.sh -p source/standalone/workflows/rl_games/train.py --task=Isaac-Cartpole-v0
./isaaclab.sh -p source/standalone/workflows/rl_games/train.py --task=Isaac-Cartpole-v0
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code-block:: batch
.. code-block:: batch
...
...
docs/source/setup/installation/pip_installation.rst
View file @
d06b1f91
...
@@ -35,7 +35,7 @@ Installing Isaac Sim
...
@@ -35,7 +35,7 @@ Installing Isaac Sim
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code-block:: bash
.. code-block:: bash
...
@@ -45,7 +45,7 @@ Installing Isaac Sim
...
@@ -45,7 +45,7 @@ Installing Isaac Sim
# activate the conda environment
# activate the conda environment
source isaaclab/bin/activate
source isaaclab/bin/activate
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code-block:: batch
.. code-block:: batch
...
@@ -117,7 +117,7 @@ Clone the Isaac Lab repository into your workspace:
...
@@ -117,7 +117,7 @@ Clone the Isaac Lab repository into your workspace:
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: text
.. code:: text
...
@@ -138,7 +138,7 @@ Clone the Isaac Lab repository into your workspace:
...
@@ -138,7 +138,7 @@ Clone the Isaac Lab repository into your workspace:
-d, --docs Build the documentation from source using sphinx.
-d, --docs Build the documentation from source using sphinx.
-c, --conda [NAME] Create the conda environment for Isaac Lab. Default name is 'isaaclab'.
-c, --conda [NAME] Create the conda environment for Isaac Lab. Default name is 'isaaclab'.
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: text
.. code:: text
...
@@ -173,14 +173,14 @@ Installation
...
@@ -173,14 +173,14 @@ Installation
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
./isaaclab.sh --install # or "./isaaclab.sh -i"
./isaaclab.sh --install # or "./isaaclab.sh -i"
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: bash
.. code:: bash
...
@@ -195,14 +195,14 @@ Installation
...
@@ -195,14 +195,14 @@ Installation
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
./isaaclab.sh --install rl_games # or "./isaaclab.sh -i rl_games"
./isaaclab.sh --install rl_games # or "./isaaclab.sh -i rl_games"
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: bash
.. code:: bash
...
...
docs/source/setup/installation/verifying_installation.rst
View file @
d06b1f91
...
@@ -63,7 +63,7 @@ variables to your terminal for the remaining of the installation instructions:
...
@@ -63,7 +63,7 @@ variables to your terminal for the remaining of the installation instructions:
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
...
@@ -73,7 +73,7 @@ variables to your terminal for the remaining of the installation instructions:
...
@@ -73,7 +73,7 @@ variables to your terminal for the remaining of the installation instructions:
# Isaac Sim python executable
# Isaac Sim python executable
export ISAACSIM_PYTHON_EXE="${ISAACSIM_PATH}/python.sh"
export ISAACSIM_PYTHON_EXE="${ISAACSIM_PATH}/python.sh"
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: batch
.. code:: batch
...
@@ -93,7 +93,7 @@ For more information on common paths, please check the Isaac Sim
...
@@ -93,7 +93,7 @@ For more information on common paths, please check the Isaac Sim
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
...
@@ -101,7 +101,7 @@ For more information on common paths, please check the Isaac Sim
...
@@ -101,7 +101,7 @@ For more information on common paths, please check the Isaac Sim
# note: you can pass the argument "--help" to see all arguments possible.
# note: you can pass the argument "--help" to see all arguments possible.
${ISAACSIM_PATH}/isaac-sim.sh
${ISAACSIM_PATH}/isaac-sim.sh
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: batch
.. code:: batch
...
@@ -115,7 +115,7 @@ For more information on common paths, please check the Isaac Sim
...
@@ -115,7 +115,7 @@ For more information on common paths, please check the Isaac Sim
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
...
@@ -125,7 +125,7 @@ For more information on common paths, please check the Isaac Sim
...
@@ -125,7 +125,7 @@ For more information on common paths, please check the Isaac Sim
# checks that Isaac Sim can be launched from python
# checks that Isaac Sim can be launched from python
${ISAACSIM_PYTHON_EXE} ${ISAACSIM_PATH}/standalone_examples/api/omni.isaac.core/add_cubes.py
${ISAACSIM_PYTHON_EXE} ${ISAACSIM_PATH}/standalone_examples/api/omni.isaac.core/add_cubes.py
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: batch
.. code:: batch
...
@@ -143,13 +143,13 @@ For more information on common paths, please check the Isaac Sim
...
@@ -143,13 +143,13 @@ For more information on common paths, please check the Isaac Sim
.. tab-set::
.. tab-set::
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
.. code:: bash
.. code:: bash
${ISAACSIM_PATH}/isaac-sim.sh --reset-user
${ISAACSIM_PATH}/isaac-sim.sh --reset-user
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
.. code:: batch
.. code:: batch
...
@@ -173,7 +173,7 @@ top of the repository:
...
@@ -173,7 +173,7 @@ top of the repository:
.. tab-set::
.. tab-set::
:sync-group: os
:sync-group: os
.. tab-item:: Linux
.. tab-item::
:icon:`fa-brands fa-linux`
Linux
:sync: linux
:sync: linux
.. code:: bash
.. code:: bash
...
@@ -185,7 +185,7 @@ top of the repository:
...
@@ -185,7 +185,7 @@ top of the repository:
# Option 2: Using python in your virtual environment
# Option 2: Using python in your virtual environment
python source/standalone/tutorials/00_sim/create_empty.py
python source/standalone/tutorials/00_sim/create_empty.py
.. tab-item:: Windows
.. tab-item::
:icon:`fa-brands fa-windows`
Windows
:sync: windows
:sync: windows
.. code:: batch
.. code:: batch
...
...
source/extensions/omni.isaac.lab/omni/isaac/lab/sensors/camera/tiled_camera.py
View file @
d06b1f91
...
@@ -39,16 +39,16 @@ class TiledCamera(Camera):
...
@@ -39,16 +39,16 @@ class TiledCamera(Camera):
- ``"rgb"``: A rendered color image.
- ``"rgb"``: A rendered color image.
- ``"depth"``: An image containing the distance to camera optical center.
- ``"depth"``: An image containing the distance to camera optical center.
.. versionadded:: Isaac Sim 4.0
This feature is available starting from Isaac Sim 4.0. Before this version, the tiled rendering APIs
were not available.
.. attention::
.. attention::
Please note that the fidelity of RGB images may be lower than the standard camera sensor due to the
Please note that the fidelity of RGB images may be lower than the standard camera sensor due to the
tiled rendering process. Various ray tracing effects such as reflections, refractions, and shadows may not be
tiled rendering process. Various ray tracing effects such as reflections, refractions, and shadows may not be
accurately captured in the RGB images. We are currently working on improving the fidelity of the RGB images.
accurately captured in the RGB images. We are currently working on improving the fidelity of the RGB images.
.. versionadded:: v1.0.0
This feature is available starting from Isaac Sim 4.0. Before this version, the tiled rendering APIs
were not available.
"""
"""
cfg
:
TiledCameraCfg
cfg
:
TiledCameraCfg
...
...
source/extensions/omni.isaac.lab/omni/isaac/lab/utils/buffers/delay_buffer.py
View file @
d06b1f91
...
@@ -84,7 +84,7 @@ class DelayBuffer:
...
@@ -84,7 +84,7 @@ class DelayBuffer:
@
property
@
property
def
max_time_lag
(
self
)
->
int
:
def
max_time_lag
(
self
)
->
int
:
"""Maximum
number
of time steps that can be delayed.
"""Maximum
amount
of time steps that can be delayed.
This value cannot be greater than :attr:`history_length`.
This value cannot be greater than :attr:`history_length`.
"""
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment