Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5b5b1cd
Fixed rendering test failure for heterogeneous dexsuite on Newton + I…
huidongc Jun 12, 2026
0916ea3
Fix MARL adapter destructor state (#6173)
ooctipus Jun 12, 2026
7632d16
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jun 13, 2026
a78f0ff
Cherry-picks pyglet and visualizer fixes from develop (#6180)
kellyguo11 Jun 13, 2026
b2e3a3d
Fix Pink IK USD-to-URDF conversion on aarch64 (#6177) (#6181)
kellyguo11 Jun 13, 2026
22e01a4
Updates Isaac Sim docker version (#6169)
kellyguo11 Jun 13, 2026
d68a258
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jun 14, 2026
9b45c91
ci: pin third-party GitHub Actions to commit SHAs (#6187)
sheikh-nv Jun 15, 2026
2a351df
Cherry-pick: Updates Rlinf docs (#6172)
mingxueg-nv Jun 15, 2026
9fb5bf7
Updates docker version for release (#6189)
kellyguo11 Jun 15, 2026
d2f8383
Fix newton shape color resolution when skipping USD cloning (#6186)
rilei-nvidia Jun 15, 2026
4a49bc3
docs: fix Isaac Lab container pull tag to 3.0.0-beta2 (#6192)
sheikh-nv Jun 15, 2026
18d5e8a
Removes rlgames from pypi wheel to prepare for release (#6195)
kellyguo11 Jun 16, 2026
28a37ce
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jun 16, 2026
811cb97
Removes some unnecessary dependencies from docker image (#6209)
kellyguo11 Jun 17, 2026
414683c
Fixes nlopt docker build for arm (#6211)
kellyguo11 Jun 17, 2026
e722b5b
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jun 18, 2026
d663b34
Bump h5py version to >=3.16.0 (#6266)
peterd-NV Jun 26, 2026
ad5b07e
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jun 26, 2026
fa0fa7a
Updates Isaac Sim to version 6.0.1 (#6277)
kellyguo11 Jun 28, 2026
b8ad677
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jun 29, 2026
4c6aac2
[Fix] Cherry-pick Isaac Sim 6.0 streaming crash fix (#6295)
hujc7 Jun 29, 2026
0954ba7
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jun 30, 2026
ffff603
Updates pyarrow version (#6310)
kellyguo11 Jul 1, 2026
c5b042d
[Fix] Cherry-pick docker install extension-startup fix (prebundle del…
hujc7 Jul 10, 2026
7d2f5a5
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jul 11, 2026
763cb1c
[Fix] Cherry-pick pillow floor to stop arm64 prebundle deletion in do…
hujc7 Jul 14, 2026
51b4fb5
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jul 14, 2026
418ca31
Fix Franka paths and pin CI OVRTX to 0.3 (#6695)
kellyguo11 Jul 24, 2026
640cfe7
Add Isaac Lab Arena interop for imitation learning scripts (#6650) (#…
peterd-NV Jul 24, 2026
e0d9f94
[CI][Auto Version Bump] Compile changelog fragments (schedule)
isaaclab-bot[bot] Jul 24, 2026
88d3977
Prepare stable release as default branch (#6678)
kellyguo11 Jul 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Description

> [!IMPORTANT]
> Confirm the pull request base before submitting. Target `develop` for all
> contributions. The `release/3.0.0-beta2` branch is a frozen stable landing
> snapshot and is not used for ongoing maintenance.

<!--
Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines.

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ecr-build-push-pull/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ECR is also used as the BuildKit layer cache.
with:
image-tag: ${{ env.DOCKER_IMAGE_TAG }}
isaacsim-base-image: nvcr.io/nvidia/isaac-sim
isaacsim-version: 6.0.0
isaacsim-version: 6.0.1
dockerfile-path: docker/Dockerfile.base
cache-tag: cache-base
ecr-url: (optional, complete url for ECR storage)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _run_cleanup(
[
"bash",
str(_SCRIPT_PATH),
"nvcr.io/nvidian/isaac-sim:latest-develop",
"nvcr.io/nvidia/isaac-sim:6.0.1",
"isaacsim-pin-test",
"test-cleanup",
"true",
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CI Workflows

`schedule:` and `workflow_dispatch:` triggers fire **only from the default
branch (`main`)**. A workflow YAML must live on `main` for its cron to
register — the same file on other branches has no effect. `pull_request:`
and `push:` triggers fire from the event branch's file and work normally
on `develop`.
`schedule:` triggers run only from the repository's current default branch.
A scheduled workflow YAML must live on that branch for its cron to register;
the same schedule on another branch has no effect. A `workflow_dispatch:`
workflow must also exist on the default branch, although a manual dispatch can
select another branch or tag. `pull_request:` and `push:` triggers use the
event branch normally.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ jobs:
isaacsim-base-image: ${{ needs.config.outputs.isaacsim_image_name }}
isaacsim-version: ${{ needs.config.outputs.isaacsim_image_tag }}
filter-pattern: "isaaclab_tasks"
extra-pip-packages: "ovrtx ovphysx==0.4.13"
extra-pip-packages: "ovrtx>=0.3.0,<0.4.0 ovphysx==0.4.13"
include-files: >-
test_rendering_cartpole_kitless.py,
test_rendering_dexsuite_kuka_homo_kitless.py,
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v6
with:
# Scheduled runs continue checking the active main branch even while
# the repository landing/default branch points to the frozen release.
ref: ${{ github.event_name == 'schedule' && 'main' || '' }}
fetch-depth: 2
filter: tree:0

Expand Down Expand Up @@ -68,7 +71,7 @@ jobs:

- name: Run Link Checker
if: steps.check_docs.outputs.run_job == 'true' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
uses: lycheeverse/lychee-action@v2
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
# Check all markdown files and documentation
# Excluded are known crawl blockers
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

# Shared image config for CI workflows. Loaded by the `config` job in each
# workflow via yq and exposed as job outputs (see e.g. .github/workflows/build.yaml).
isaacsim_image_name: nvcr.io/nvidian/isaac-sim
isaacsim_image_tag: latest-develop
isaacsim_image_name: nvcr.io/nvidia/isaac-sim
isaacsim_image_tag: 6.0.1
isaaclab_image_name: nvcr.io/nvidian/isaac-lab
282 changes: 0 additions & 282 deletions .github/workflows/daily-compatibility.yml

This file was deleted.

Loading
Loading