Skip to content

Commit

Permalink
Merge branch 'main' into sensor_reset
Browse files Browse the repository at this point in the history
Signed-off-by: Kelly Guo <kellyg@nvidia.com>
  • Loading branch information
kellyguo11 authored Dec 16, 2024
2 parents 4b0e0e0 + b473b4d commit 4d62e19
Show file tree
Hide file tree
Showing 51 changed files with 4,700 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- id: pyupgrade
args: ["--py310-plus"]
# FIXME: This is a hack because Pytorch does not like: torch.Tensor | dict aliasing
exclude: "source/extensions/omni.isaac.lab/omni/isaac/lab/envs/common.py"
exclude: "source/extensions/omni.isaac.lab/omni/isaac/lab/envs/common.py|source/extensions/omni.isaac.lab/omni/isaac/lab/ui/widgets/image_plot.py"
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Guidelines for modifications:
* Giulio Romualdi
* Haoran Zhou
* HoJin Jeon
* Hongwei Xiong
* Jan Kerner
* Jean Tampon
* Jia Lin Yuan
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Table of Contents
source/features/hydra
source/features/multi_gpu
Tiled Rendering</source/overview/sensors/camera>
source/features/ray
source/features/reproducibility

.. toctree::
Expand Down
Loading

0 comments on commit 4d62e19

Please sign in to comment.