Skip to content

Commit ae086fa

Browse files
authored
Merge branch 'develop' into codex/cfg-first-clone-lifecycle
2 parents 6907aaf + 995d96c commit ae086fa

205 files changed

Lines changed: 6499 additions & 4087 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ jobs:
486486
isaacsim-base-image: ${{ needs.config.outputs.isaacsim_image_name }}
487487
isaacsim-version: ${{ needs.config.outputs.isaacsim_image_tag }}
488488
filter-pattern: "isaaclab_rl"
489-
extra-pip-packages: "leapp"
489+
extra-pip-packages: "leapp==0.6.1"
490490
container-name: isaac-lab-rl-test
491491

492492
test-isaaclab-mimic:

.github/workflows/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
# which the CI credential can reach.
1111
isaacsim_image_name: nvcr.io/0947644777160149/internal/isaac-sim
1212
# Isaac Sim 6.1.0-alpha.50 (b86cf6ce) includes Kit 110.3.0-360924's fix for NVBug 6566677.
13-
isaacsim_image_tag: latest-develop@sha256:5633a399fc6a69f3b80a8b497ebbfce209e75877afcdf7f1f62e95f51f5e5288
13+
isaacsim_image_tag: latest-develop@sha256:0bd319db2e50e667e75abf897ec48c2315e6707fed4faa6bb514bf393e537f8a
1414
isaaclab_image_name: nvcr.io/0947644777160149/internal/isaac-lab
1515
ovphysx_wheelhouse_image: ""

.github/workflows/license-check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jobs:
6868
# ``UNKNOWN``, which license-exceptions.json keys on, and joins multi-license
6969
# strings unsorted. Cap below 6.0 until 6.x ships stable and is re-reviewed.
7070
bash "$GITHUB_WORKSPACE/.github/actions/_lib/with-python-package-retries.sh" \
71-
uv pip install "pip-licenses<6.0" pipdeptree \
72-
-r tools/template/requirements.txt
71+
uv pip install "pip-licenses<6.0" pipdeptree
7372
# Put the venv on PATH for later steps.
7473
echo "$PWD/.venv/bin" >> "$GITHUB_PATH"
7574

CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Guidelines for modifications:
123123
* Jiwen Cai
124124
* Johnson Sun
125125
* Juana Du
126+
* Kai Pei
126127
* Kaixi Bao
127128
* Kourosh Darvish
128129
* Kousheek Chakraborty
@@ -167,6 +168,7 @@ Guidelines for modifications:
167168
* Peter Verswyvelen
168169
* Philipp Reist
169170
* Piotr Barejko
171+
* Pranav Shirgur
170172
* Pulkit Goyal
171173
* Qian Wan
172174
* Qingyang Jiang

docs/index.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Table of Contents
9292
source/setup/installation/index
9393
source/setup/environments
9494
source/setup/quickstart
95+
source/setup/tutorial
9596
source/migration/migrating_to_isaaclab_3-0
9697

9798

@@ -112,12 +113,9 @@ Table of Contents
112113
:caption: Getting Started
113114
:titlesonly:
114115

115-
source/overview/own-project/index
116-
source/setup/walkthrough/index
117116
source/tutorials/index
118117
source/how-to/index
119118
source/overview/developer-guide/index
120-
source/testing/index
121119

122120

123121
.. toctree::
@@ -147,6 +145,14 @@ Table of Contents
147145
source/features/visualizer_tiled_camera
148146

149147

148+
.. toctree::
149+
:maxdepth: 2
150+
:caption: Developer Tools
151+
152+
source/developer-tools/template_generator
153+
source/developer-tools/benchmarking/index
154+
155+
150156
.. toctree::
151157
:maxdepth: 3
152158
:caption: Experimental Features
-181 KB
Binary file not shown.
-106 KB
Binary file not shown.

docs/source/_static/setup/walkthrough_project_setup.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/_static/setup/walkthrough_sim_stage_scene.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/_static/setup/walkthrough_stage_context.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)