- 18 Jul, 2025 6 commits
-
-
peterd-NV authored
# Description <!-- Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html --> Updates the following tests to pytest format: - test_pink_ik.py - test_selection_strategy.py - test_generate_dataset.py Updates test_generate_dataset.py to check that the expected number of annotations are successfully generated in the HDF5 during the annotation phase. If not, then test returns failure. This ensures that physics is behaving correctly and that the correct annotated demos are being generated. Previously, if a physics issue is introduced, the test would timeout instead of failing. The annotate_demos.py script was updated to return the number of successfully annotated demos in order to support the above test. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - New feature (non-breaking change which adds functionality) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
shauryadNv authored
# Description Updated Mimic-Cosmos related tests to use pytest. ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there --------- Co-authored-by:
Kelly Guo <kellyguo123@hotmail.com> -
Michael Gussert authored
Assets paths for dofbot and jetbot were updated for Isaac Sim 5.0 and previous paths no longer worked. Updates the paths to follow new paths for Isaac Sim 5.0. ## Checklist - [X] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [X] I have made corresponding changes to the documentation - [X] My changes generate no new warnings - [X] I have added tests that prove my fix is effective or that my feature works - [X] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [X] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
Alexander Poddubny authored
Fixing CI problem for forks by setting default values and handling empty secrets
-
Alexander Poddubny authored
-
Kelly Guo authored
# Description Updates a few missing tests that are still on unittest to pytest. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
- 17 Jul, 2025 3 commits
-
-
Kelly Guo authored
# Description Fixes bug introduced in the import order of multi_asset.py where isaac sim import was happening before launching the AppLauncher. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
Alexander Poddubny authored
# Description Changing runners for post-merge CI due to space availability on default runners
-
rwiltz authored
# Description Updates images for teleop docs and moves larger gif file to the server. ## Type of change - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
- 15 Jul, 2025 1 commit
-
-
shauryadNv authored
# Description Updated the Mimic-Cosmos pipeline doc to include a minor note on eval script runtime as per QA suggestion. ## Type of change - Bug fix (non-breaking change which fixes an issue) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there\
-
- 12 Jul, 2025 30 commits
-
-
Kelly Guo authored
# Description This PR migrates our CI/CD pipelines from AWS CodeBuild to GitHub Actions, providing better integration, improved visibility, and enhanced developer experience. # What's New 1. Pre-Merge CI Pipeline (build.yml) - Parallel Test Execution: IsaacLab Tasks and General Tests run in parallel - Test Result Reporting: Integrated dorny/test-reporter for PR-level test summaries - Artifact Management: Automatic test result collection and combination - PR Comments: Detailed test results posted directly to PRs 2. Post-Merge CI Pipeline (postmerge-ci.yml) - Multi-Version Docker Builds: Builds images for multiple IsaacSim versions - Efficient Tagging: Single build with multiple tags (combined + build-numbered) - Docker Hub Integration: Automatic push to Docker Hub with proper authentication - Cached Builds: GitHub Actions cache for faster subsequent builds 3. Daily Compatibility Tests (daily-compatibility.yml) - Backwards Compatibility: Tests against different IsaacSim versions - Scheduled Execution: Daily runs at 2 AM UTC (6 PM PST) - Manual Trigger: Support for manual testing with custom IsaacSim versions - Comprehensive Reporting: Detailed compatibility reports and artifacts 4. Repository Mirroring (mirror-repository.yml) - Post-Merge Mirroring: Automatically mirrors main branch to target repository - Admin-Only Access: Environment protection for secure mirroring - Conditional Execution: Only runs on specific repository # Technical Improvements **Docker Build Optimization** - Single Build, Multiple Tags: Eliminated duplicate builds for efficiency - Buildx Integration: Modern Docker buildx for better caching and multi-platform support - GitHub Actions Cache: Faster builds with intelligent layer caching **Test Infrastructure** - Modular Actions: Reusable composite actions for Docker build, test execution, and result processing - Robust Error Handling: Graceful handling of missing artifacts and test failures - XML Report Combination: Merges multiple test suites into unified reports **Security & Permissions** - Environment Protection: Admin-only access for sensitive operations - Granular Permissions: Proper token and permission management - Secure Authentication: NGC and Docker Hub integration with secrets
-
Michael Gussert authored
## Checklist - [X] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [X] I have made corresponding changes to the documentation - [X] My changes generate no new warnings - [X] I have added tests that prove my fix is effective or that my feature works - [X] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [X] I have added my name to the `CONTRIBUTORS.md` or my name already exists there --------- Signed-off-by:
Kelly Guo <kellyg@nvidia.com>
Co-authored-by:
Kelly Guo <kellyg@nvidia.com> -
matthewtrepte authored
<!-- Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html --> Add cfg field to InteractiveSceneCfg for enabling fabric cloning Thread cfg field to cloner calls in InteractiveScene and spawners Disable fabric cloning by default and enable for a subset of environments which pass with non_rl_benchmarks.py <!-- As a practice, it is recommended to open an issue to have discussions on the proposed pull request. This makes it easier for the community to keep track of what is being developed or added, and if a given feature is demanded by more than one party. --> <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - This change requires a documentation update Please attach before and after screenshots of the change if applicable. <!-- Example: | Before | After | | ------ | ----- | | _gif/png before_ | _gif/png after_ | To upload images to a PR -- simply drag and drop an image while in edit mode and it should upload the image directly. You can then paste that source into the above before/after sections. --> - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task --> --------- Co-authored-by:
Kelly Guo <kellyg@nvidia.com> -
matthewtrepte authored
<!-- Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html --> - Adds 4.5 backwards compatibility (thanks @ooctipus) - Adds unit test coverage for stage in mem for all envs - Fixes an issue caused by a missing on play callback when stage in mem is enabled (thanks @ossamaAhmed) - Add stage in mem support for callbacks which require the stage in mem (in headless mode) - Add more clean-up steps to envs to avoid hanging issue with stage in mem - Fixes attach stage to context fn to include attaching to physx - Sets stage in mem to False by default - Cleans up warning messages <!-- As a practice, it is recommended to open an issue to have discussions on the proposed pull request. This makes it easier for the community to keep track of what is being developed or added, and if a given feature is demanded by more than one party. --> <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - This change requires a documentation update Please attach before and after screenshots of the change if applicable. <!-- Example: | Before | After | | ------ | ----- | | _gif/png before_ | _gif/png after_ | To upload images to a PR -- simply drag and drop an image while in edit mode and it should upload the image directly. You can then paste that source into the above before/after sections. --> - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task --> --------- Signed-off-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyguo123@hotmail.com>
Signed-off-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyg@nvidia.com>
Signed-off-by:
Michael Gussert <michael@gussert.com>
Signed-off-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Signed-off-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Signed-off-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Signed-off-by:
Hongyu Li <lihongyu0807@icloud.com>
Signed-off-by:
Toni-SM <toni.semu@gmail.com>
Signed-off-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Signed-off-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Signed-off-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Signed-off-by:
AlvinC <alvincny529@gmail.com>
Signed-off-by:
Tyler Lum <tylergwlum@gmail.com>
Signed-off-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Signed-off-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
lotusl-code <lotusl@nvidia.com>
Co-authored-by:
Kelly Guo <kellyg@nvidia.com>
Co-authored-by:
jaczhangnv <jaczhang@nvidia.com>
Co-authored-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Co-authored-by:
Yanzi Zhu <yanziz@nvidia.com>
Co-authored-by:
nv-mhaselton <mhaselton@nvidia.com>
Co-authored-by:
cosmith-nvidia <141183495+cosmith-nvidia@users.noreply.github.com>
Co-authored-by:
Michael Gussert <michael@gussert.com>
Co-authored-by:
CY Chen <cyc@nvidia.com>
Co-authored-by:
oahmednv <oahmed@Nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Co-authored-by:
Rafael Wiltz <rwiltz@nvidia.com>
Co-authored-by:
Peter Du <peterd@nvidia.com>
Co-authored-by:
chengronglai <chengrongl@nvidia.com>
Co-authored-by:
pulkitg01 <pulkitg@nvidia.com>
Co-authored-by:
Connor Smith <cosmith@nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <ashwinvk@nvidia.com>
Co-authored-by:
Kelly Guo <kellyguo123@hotmail.com>
Co-authored-by:
shauryadNv <shauryad@nvidia.com>
Co-authored-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Co-authored-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Co-authored-by:
James Smith <142246516+jsmith-bdai@users.noreply.github.com>
Co-authored-by:
Shundo Kishi <syundo0730@gmail.com>
Co-authored-by:
Sheikh Dawood <sabdulajees@nvidia.com>
Co-authored-by:
Toni-SM <aserranomuno@nvidia.com>
Co-authored-by:
Gonglitian <70052908+Gonglitian@users.noreply.github.com>
Co-authored-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Co-authored-by:
Mayank Mittal <mittalma@leggedrobotics.com>
Co-authored-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Co-authored-by:
Johnson Sun <20457146+j3soon@users.noreply.github.com>
Co-authored-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Co-authored-by:
Hongyu Li <lihongyu0807@icloud.com>
Co-authored-by:
Jean-Francois-Lafleche <57650687+Jean-Francois-Lafleche@users.noreply.github.com>
Co-authored-by:
Wei Jinqi <changshanshi@outlook.com>
Co-authored-by:
Louis LE LAY <le.lay.louis@gmail.com>
Co-authored-by:
Harsh Patel <hapatel@theaiinstitute.com>
Co-authored-by:
Kousheek Chakraborty <kousheekc@gmail.com>
Co-authored-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Co-authored-by:
AlvinC <alvincny529@gmail.com>
Co-authored-by:
Felipe Mohr <50018670+felipemohr@users.noreply.github.com>
Co-authored-by:
AdAstra7 <87345760+likecanyon@users.noreply.github.com>
Co-authored-by:
gao <ziqi.gao@iff-extern.fraunhofer.de>
Co-authored-by:
Tyler Lum <tylergwlum@gmail.com>
Co-authored-by:
-T.K.- <t_k_233@outlook.com>
Co-authored-by:
Clemens Schwarke <96480707+ClemensSchwarke@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <miguel.alonso@nfinite.app>
Co-authored-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
Ales Borovicka <aborovicka@nvidia.com>
Co-authored-by:
nv-mm <mmagdics@nvidia.com>
Co-authored-by:
Antoine RICHARD <antoiner@nvidia.com>
Co-authored-by:
dvangelder-nvidia <dvangelder@nvidia.com>
Co-authored-by:
Octi Zhang <zhengyuz@nvidia.com> -
shauryadNv authored
# Description Changed robomimic eval script to use CPU instead of GPU. ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
Jiehan Wang authored
Enables the new replicator functional API path for color and texture randomization for Isaac Sim 5.0. For backwards compatibility with Isaac Sim 4.5, we maintain the previous omni.graph code path for 4.5 use. - New feature (non-breaking change which adds functionality) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task --> --------- Signed-off-by:
jiehanw <jiehanw@nvidia.com>
Co-authored-by:
Kelly Guo <kellyg@nvidia.com> -
peterd-NV authored
# Description <!-- Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html --> Adds a cleanup of remaining async events in the Mimic data generation code. The cleanup cancels remaining events after the environment is closed and prior to sim app shutdown. This prevents left over events from trying to use the env after it is closed. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
Kelly Guo authored
# Description - Avoid printing collision filtering warning in workflows where scene setup is done through config - Adds check in collision filter to if /World/collisions already exist - Avoid warnings in envIds by not enabling it in CPU simulation ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task --> --------- Signed-off-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyguo123@hotmail.com>
Signed-off-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyg@nvidia.com>
Signed-off-by:
Michael Gussert <michael@gussert.com>
Signed-off-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Signed-off-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Signed-off-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Signed-off-by:
Hongyu Li <lihongyu0807@icloud.com>
Signed-off-by:
Toni-SM <toni.semu@gmail.com>
Signed-off-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Signed-off-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Signed-off-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Signed-off-by:
AlvinC <alvincny529@gmail.com>
Signed-off-by:
Tyler Lum <tylergwlum@gmail.com>
Signed-off-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Signed-off-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
lotusl-code <lotusl@nvidia.com>
Co-authored-by:
jaczhangnv <jaczhang@nvidia.com>
Co-authored-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Co-authored-by:
Yanzi Zhu <yanziz@nvidia.com>
Co-authored-by:
nv-mhaselton <mhaselton@nvidia.com>
Co-authored-by:
cosmith-nvidia <141183495+cosmith-nvidia@users.noreply.github.com>
Co-authored-by:
Michael Gussert <michael@gussert.com>
Co-authored-by:
CY Chen <cyc@nvidia.com>
Co-authored-by:
oahmednv <oahmed@Nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Co-authored-by:
Rafael Wiltz <rwiltz@nvidia.com>
Co-authored-by:
Peter Du <peterd@nvidia.com>
Co-authored-by:
matthewtrepte <mtrepte@nvidia.com>
Co-authored-by:
chengronglai <chengrongl@nvidia.com>
Co-authored-by:
pulkitg01 <pulkitg@nvidia.com>
Co-authored-by:
Connor Smith <cosmith@nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <ashwinvk@nvidia.com>
Co-authored-by:
shauryadNv <shauryad@nvidia.com>
Co-authored-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Co-authored-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Co-authored-by:
James Smith <142246516+jsmith-bdai@users.noreply.github.com>
Co-authored-by:
Shundo Kishi <syundo0730@gmail.com>
Co-authored-by:
Sheikh Dawood <sabdulajees@nvidia.com>
Co-authored-by:
Toni-SM <aserranomuno@nvidia.com>
Co-authored-by:
Gonglitian <70052908+Gonglitian@users.noreply.github.com>
Co-authored-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Co-authored-by:
Mayank Mittal <mittalma@leggedrobotics.com>
Co-authored-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Co-authored-by:
Johnson Sun <20457146+j3soon@users.noreply.github.com>
Co-authored-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Co-authored-by:
Hongyu Li <lihongyu0807@icloud.com>
Co-authored-by:
Jean-Francois-Lafleche <57650687+Jean-Francois-Lafleche@users.noreply.github.com>
Co-authored-by:
Wei Jinqi <changshanshi@outlook.com>
Co-authored-by:
Louis LE LAY <le.lay.louis@gmail.com>
Co-authored-by:
Harsh Patel <hapatel@theaiinstitute.com>
Co-authored-by:
Kousheek Chakraborty <kousheekc@gmail.com>
Co-authored-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Co-authored-by:
AlvinC <alvincny529@gmail.com>
Co-authored-by:
Felipe Mohr <50018670+felipemohr@users.noreply.github.com>
Co-authored-by:
AdAstra7 <87345760+likecanyon@users.noreply.github.com>
Co-authored-by:
gao <ziqi.gao@iff-extern.fraunhofer.de>
Co-authored-by:
Tyler Lum <tylergwlum@gmail.com>
Co-authored-by:
-T.K.- <t_k_233@outlook.com>
Co-authored-by:
Clemens Schwarke <96480707+ClemensSchwarke@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <miguel.alonso@nfinite.app>
Co-authored-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
Ales Borovicka <aborovicka@nvidia.com>
Co-authored-by:
nv-mm <mmagdics@nvidia.com>
Co-authored-by:
Antoine RICHARD <antoiner@nvidia.com>
Co-authored-by:
dvangelder-nvidia <dvangelder@nvidia.com> -
shauryadNv authored
# Description Fixes the train and evaluation commands specified in the Mimic Cosmos pipeline doc to use the correct custom environment. ## Type of change - Bug fix (non-breaking change which fixes an issue) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
shauryadNv authored
# Description Reverting the pipeline to use "performance" rendering mode but with necessary changes to the rendering settings done in the custom env. ## Type of change - Bug fix (non-breaking change which fixes an issue) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
shauryadNv authored
# Description Minor fix to the evaluation script (robust_eval.py) to start evaluation from the correct user-specified checkpoint. ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
shauryadNv authored
# Description Fixes for QA bugs: - Update to Mimic-Cosmos pipeline doc to point users to the Cosmos-Transfer1 setup instructions. - Added a CLI argument to the robustness evaluation script for what checkpoint to start the evaluation from. Updated the corresponding doc. ## Type of change - Bug fix (non-breaking change which fixes an issue) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there --------- Signed-off-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyguo123@hotmail.com>
Signed-off-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyg@nvidia.com>
Signed-off-by:
Michael Gussert <michael@gussert.com>
Signed-off-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Signed-off-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Signed-off-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Signed-off-by:
Hongyu Li <lihongyu0807@icloud.com>
Signed-off-by:
Toni-SM <toni.semu@gmail.com>
Signed-off-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Signed-off-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Signed-off-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Signed-off-by:
AlvinC <alvincny529@gmail.com>
Signed-off-by:
Tyler Lum <tylergwlum@gmail.com>
Signed-off-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Signed-off-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
lotusl-code <lotusl@nvidia.com>
Co-authored-by:
Kelly Guo <kellyg@nvidia.com>
Co-authored-by:
jaczhangnv <jaczhang@nvidia.com>
Co-authored-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Co-authored-by:
Yanzi Zhu <yanziz@nvidia.com>
Co-authored-by:
nv-mhaselton <mhaselton@nvidia.com>
Co-authored-by:
cosmith-nvidia <141183495+cosmith-nvidia@users.noreply.github.com>
Co-authored-by:
Michael Gussert <michael@gussert.com>
Co-authored-by:
CY Chen <cyc@nvidia.com>
Co-authored-by:
oahmednv <oahmed@Nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Co-authored-by:
Rafael Wiltz <rwiltz@nvidia.com>
Co-authored-by:
Peter Du <peterd@nvidia.com>
Co-authored-by:
matthewtrepte <mtrepte@nvidia.com>
Co-authored-by:
chengronglai <chengrongl@nvidia.com>
Co-authored-by:
pulkitg01 <pulkitg@nvidia.com>
Co-authored-by:
Connor Smith <cosmith@nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <ashwinvk@nvidia.com>
Co-authored-by:
Kelly Guo <kellyguo123@hotmail.com>
Co-authored-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Co-authored-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Co-authored-by:
James Smith <142246516+jsmith-bdai@users.noreply.github.com>
Co-authored-by:
Shundo Kishi <syundo0730@gmail.com>
Co-authored-by:
Sheikh Dawood <sabdulajees@nvidia.com>
Co-authored-by:
Toni-SM <aserranomuno@nvidia.com>
Co-authored-by:
Gonglitian <70052908+Gonglitian@users.noreply.github.com>
Co-authored-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Co-authored-by:
Mayank Mittal <mittalma@leggedrobotics.com>
Co-authored-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Co-authored-by:
Johnson Sun <20457146+j3soon@users.noreply.github.com>
Co-authored-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Co-authored-by:
Hongyu Li <lihongyu0807@icloud.com>
Co-authored-by:
Jean-Francois-Lafleche <57650687+Jean-Francois-Lafleche@users.noreply.github.com>
Co-authored-by:
Wei Jinqi <changshanshi@outlook.com>
Co-authored-by:
Louis LE LAY <le.lay.louis@gmail.com>
Co-authored-by:
Harsh Patel <hapatel@theaiinstitute.com>
Co-authored-by:
Kousheek Chakraborty <kousheekc@gmail.com>
Co-authored-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Co-authored-by:
AlvinC <alvincny529@gmail.com>
Co-authored-by:
Felipe Mohr <50018670+felipemohr@users.noreply.github.com>
Co-authored-by:
AdAstra7 <87345760+likecanyon@users.noreply.github.com>
Co-authored-by:
gao <ziqi.gao@iff-extern.fraunhofer.de>
Co-authored-by:
Tyler Lum <tylergwlum@gmail.com>
Co-authored-by:
-T.K.- <t_k_233@outlook.com>
Co-authored-by:
Clemens Schwarke <96480707+ClemensSchwarke@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <miguel.alonso@nfinite.app>
Co-authored-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
Ales Borovicka <aborovicka@nvidia.com>
Co-authored-by:
nv-mm <mmagdics@nvidia.com>
Co-authored-by:
Antoine RICHARD <antoiner@nvidia.com> -
dvangelder-nvidia authored
# Description When running headless, with no cameras enabled, optimize init time by only doing minimal fabric population, by turning off FSD. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Checklist - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task --> --------- Co-authored-by:
Kelly Guo <kellyg@nvidia.com> -
lotusl-code authored
# Description Correct teleop system requirements doc <!-- Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html --> Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) <!-- As a practice, it is recommended to open an issue to have discussions on the proposed pull request. This makes it easier for the community to keep track of what is being developed or added, and if a given feature is demanded by more than one party. --> ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - This change requires a documentation update ## Screenshots Please attach before and after screenshots of the change if applicable. <!-- Example: | Before | After | | ------ | ----- | | _gif/png before_ | _gif/png after_ | To upload images to a PR -- simply drag and drop an image while in edit mode and it should upload the image directly. You can then paste that source into the above before/after sections. --> ## Checklist - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
Kelly Guo authored
# Description RSL RL reports data for a single GPU. For multi-GPU benchmarking, we multiple the data by the number of GPUs to capture the total FPS. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
shauryadNv authored
# Description Fixed some inconsistencies in the Mimic-Cosmos doc. Also fixed a minor bug in the evaluation script. ## Type of change - Bug fix (non-breaking change which fixes an issue) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there --------- Signed-off-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyguo123@hotmail.com>
Signed-off-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyg@nvidia.com>
Signed-off-by:
Michael Gussert <michael@gussert.com>
Signed-off-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Signed-off-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Signed-off-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Signed-off-by:
Hongyu Li <lihongyu0807@icloud.com>
Signed-off-by:
Toni-SM <toni.semu@gmail.com>
Signed-off-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Signed-off-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Signed-off-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Signed-off-by:
AlvinC <alvincny529@gmail.com>
Signed-off-by:
Tyler Lum <tylergwlum@gmail.com>
Signed-off-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Signed-off-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
lotusl-code <lotusl@nvidia.com>
Co-authored-by:
Kelly Guo <kellyg@nvidia.com>
Co-authored-by:
jaczhangnv <jaczhang@nvidia.com>
Co-authored-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Co-authored-by:
Yanzi Zhu <yanziz@nvidia.com>
Co-authored-by:
nv-mhaselton <mhaselton@nvidia.com>
Co-authored-by:
cosmith-nvidia <141183495+cosmith-nvidia@users.noreply.github.com>
Co-authored-by:
Michael Gussert <michael@gussert.com>
Co-authored-by:
CY Chen <cyc@nvidia.com>
Co-authored-by:
oahmednv <oahmed@Nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Co-authored-by:
Rafael Wiltz <rwiltz@nvidia.com>
Co-authored-by:
Peter Du <peterd@nvidia.com>
Co-authored-by:
matthewtrepte <mtrepte@nvidia.com>
Co-authored-by:
chengronglai <chengrongl@nvidia.com>
Co-authored-by:
pulkitg01 <pulkitg@nvidia.com>
Co-authored-by:
Connor Smith <cosmith@nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <ashwinvk@nvidia.com>
Co-authored-by:
Kelly Guo <kellyguo123@hotmail.com>
Co-authored-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Co-authored-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Co-authored-by:
James Smith <142246516+jsmith-bdai@users.noreply.github.com>
Co-authored-by:
Shundo Kishi <syundo0730@gmail.com>
Co-authored-by:
Sheikh Dawood <sabdulajees@nvidia.com>
Co-authored-by:
Toni-SM <aserranomuno@nvidia.com>
Co-authored-by:
Gonglitian <70052908+Gonglitian@users.noreply.github.com>
Co-authored-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Co-authored-by:
Mayank Mittal <mittalma@leggedrobotics.com>
Co-authored-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Co-authored-by:
Johnson Sun <20457146+j3soon@users.noreply.github.com>
Co-authored-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Co-authored-by:
Hongyu Li <lihongyu0807@icloud.com>
Co-authored-by:
Jean-Francois-Lafleche <57650687+Jean-Francois-Lafleche@users.noreply.github.com>
Co-authored-by:
Wei Jinqi <changshanshi@outlook.com>
Co-authored-by:
Louis LE LAY <le.lay.louis@gmail.com>
Co-authored-by:
Harsh Patel <hapatel@theaiinstitute.com>
Co-authored-by:
Kousheek Chakraborty <kousheekc@gmail.com>
Co-authored-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Co-authored-by:
AlvinC <alvincny529@gmail.com>
Co-authored-by:
Felipe Mohr <50018670+felipemohr@users.noreply.github.com>
Co-authored-by:
AdAstra7 <87345760+likecanyon@users.noreply.github.com>
Co-authored-by:
gao <ziqi.gao@iff-extern.fraunhofer.de>
Co-authored-by:
Tyler Lum <tylergwlum@gmail.com>
Co-authored-by:
-T.K.- <t_k_233@outlook.com>
Co-authored-by:
Clemens Schwarke <96480707+ClemensSchwarke@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <miguel.alonso@nfinite.app>
Co-authored-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
Ales Borovicka <aborovicka@nvidia.com>
Co-authored-by:
nv-mm <mmagdics@nvidia.com>
Co-authored-by:
Antoine RICHARD <antoiner@nvidia.com> -
lotusl-code authored
# Description Updates supported systems for teleop requirements in documentation. ## Type of change - This change requires a documentation update ## Checklist - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
Michael Gussert authored
see title ## Checklist - [X] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [X] I have made corresponding changes to the documentation - [X] My changes generate no new warnings - [X] I have added tests that prove my fix is effective or that my feature works - [X] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [X] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
shauryadNv authored
# Description Fixes to Mimic-Cosmos documentation as per QA feedback. ## Type of change - Bug fix (non-breaking change which fixes an issue) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
lotusl-code authored
# Description This change update the CloudXR Teleop setup documentation to include the network requirements in our public documentation, so that developers can better understand their network quality and the behavior to expect. <!-- Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html --> Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) <!-- As a practice, it is recommended to open an issue to have discussions on the proposed pull request. This makes it easier for the community to keep track of what is being developed or added, and if a given feature is demanded by more than one party. --> ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - This change requires a documentation update ## Screenshots Please attach before and after screenshots of the change if applicable. <!-- Example: | Before | After | | ------ | ----- | | _gif/png before_ | _gif/png after_ | To upload images to a PR -- simply drag and drop an image while in edit mode and it should upload the image directly. You can then paste that source into the above before/after sections. --> ## Checklist - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
rwiltz authored
# Description Updates recommended GPUs for cloudxr to include blackwell <!-- Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html --> Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) <!-- As a practice, it is recommended to open an issue to have discussions on the proposed pull request. This makes it easier for the community to keep track of what is being developed or added, and if a given feature is demanded by more than one party. --> ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - This change requires a documentation update ## Screenshots Please attach before and after screenshots of the change if applicable. <!-- Example: | Before | After | | ------ | ----- | | _gif/png before_ | _gif/png after_ | To upload images to a PR -- simply drag and drop an image while in edit mode and it should upload the image directly. You can then paste that source into the above before/after sections. --> ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
Antoine RICHARD authored
# Description Improved Kit load time with SurfaceGripper by loading the extension only if a SurfaceGripper is initialized. ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
Antoine RICHARD authored
# Description Fixes training issues with humanoid locally. Need to check if it passes the tests on AWS. Builds on the PR that fixes the file headers, so that one should be merged first? ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
peterd-NV authored
<!-- Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html --> Removes the deprecated usage of quat_rotate from articulation data and replaces it with quat_apply. Fixes # (issue) Fixes spamming of deprecation warning messages to terminal screen when running lab scripts. <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
Kelly Guo authored
Updates license headers to follow changes in the public repo and prepare docs for OSS release. - This change requires a documentation update - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
shauryadNv authored
# Description Fixes in Cosmos-Mimic (Augmented Imitation Learning) documentation: 1. Corrected the command specified for the Mimic data generation step to use CPU instead of GPU. 2. Added link to specific Cosmos example to follow for Cosmos generation/augmentation step. ## Type of change - Bug fix (non-breaking change which fixes an issue) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
Kelly Guo authored
# Description This PR makes the necessary app file and extension setting changes to support backwards compatibility, but there are still changes required in the code to have full backwards compatibility with Isaac Sim 4.5 that will come in other PRs. Running with Isaac Sim 4.5 requires passing --use_isaacsim_45. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task --> --------- Signed-off-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyguo123@hotmail.com>
Signed-off-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Signed-off-by:
Kelly Guo <kellyg@nvidia.com>
Signed-off-by:
Michael Gussert <michael@gussert.com>
Signed-off-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Signed-off-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Signed-off-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Signed-off-by:
Hongyu Li <lihongyu0807@icloud.com>
Signed-off-by:
Toni-SM <toni.semu@gmail.com>
Signed-off-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Signed-off-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Signed-off-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Signed-off-by:
AlvinC <alvincny529@gmail.com>
Signed-off-by:
Tyler Lum <tylergwlum@gmail.com>
Signed-off-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Signed-off-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
lotusl-code <lotusl@nvidia.com>
Co-authored-by:
jaczhangnv <jaczhang@nvidia.com>
Co-authored-by:
rwiltz <165190220+rwiltz@users.noreply.github.com>
Co-authored-by:
Yanzi Zhu <yanziz@nvidia.com>
Co-authored-by:
nv-mhaselton <mhaselton@nvidia.com>
Co-authored-by:
cosmith-nvidia <141183495+cosmith-nvidia@users.noreply.github.com>
Co-authored-by:
Michael Gussert <michael@gussert.com>
Co-authored-by:
CY Chen <cyc@nvidia.com>
Co-authored-by:
oahmednv <oahmed@Nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <123109010+ashwinvkNV@users.noreply.github.com>
Co-authored-by:
Rafael Wiltz <rwiltz@nvidia.com>
Co-authored-by:
Peter Du <peterd@nvidia.com>
Co-authored-by:
matthewtrepte <mtrepte@nvidia.com>
Co-authored-by:
chengronglai <chengrongl@nvidia.com>
Co-authored-by:
pulkitg01 <pulkitg@nvidia.com>
Co-authored-by:
Connor Smith <cosmith@nvidia.com>
Co-authored-by:
Ashwin Varghese Kuruttukulam <ashwinvk@nvidia.com>
Co-authored-by:
shauryadNv <shauryad@nvidia.com>
Co-authored-by:
Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Co-authored-by:
samibouziri <79418773+samibouziri@users.noreply.github.com>
Co-authored-by:
James Smith <142246516+jsmith-bdai@users.noreply.github.com>
Co-authored-by:
Shundo Kishi <syundo0730@gmail.com>
Co-authored-by:
Sheikh Dawood <sabdulajees@nvidia.com>
Co-authored-by:
Toni-SM <aserranomuno@nvidia.com>
Co-authored-by:
Gonglitian <70052908+Gonglitian@users.noreply.github.com>
Co-authored-by:
James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Co-authored-by:
Mayank Mittal <mittalma@leggedrobotics.com>
Co-authored-by:
Kyle Morgenstein <34984693+KyleM73@users.noreply.github.com>
Co-authored-by:
Johnson Sun <20457146+j3soon@users.noreply.github.com>
Co-authored-by:
Pascal Roth <57946385+pascal-roth@users.noreply.github.com>
Co-authored-by:
Hongyu Li <lihongyu0807@icloud.com>
Co-authored-by:
Jean-Francois-Lafleche <57650687+Jean-Francois-Lafleche@users.noreply.github.com>
Co-authored-by:
Wei Jinqi <changshanshi@outlook.com>
Co-authored-by:
Louis LE LAY <le.lay.louis@gmail.com>
Co-authored-by:
Harsh Patel <hapatel@theaiinstitute.com>
Co-authored-by:
Kousheek Chakraborty <kousheekc@gmail.com>
Co-authored-by:
Victor Khaustov <3192677+vi3itor@users.noreply.github.com>
Co-authored-by:
AlvinC <alvincny529@gmail.com>
Co-authored-by:
Felipe Mohr <50018670+felipemohr@users.noreply.github.com>
Co-authored-by:
AdAstra7 <87345760+likecanyon@users.noreply.github.com>
Co-authored-by:
gao <ziqi.gao@iff-extern.fraunhofer.de>
Co-authored-by:
Tyler Lum <tylergwlum@gmail.com>
Co-authored-by:
-T.K.- <t_k_233@outlook.com>
Co-authored-by:
Clemens Schwarke <96480707+ClemensSchwarke@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <76960110+miguelalonsojr@users.noreply.github.com>
Co-authored-by:
Miguel Alonso Jr. <miguel.alonso@nfinite.app>
Co-authored-by:
renaudponcelet <renaud.poncelet@gmail.com>
Co-authored-by:
Ales Borovicka <aborovicka@nvidia.com>
Co-authored-by:
nv-mm <mmagdics@nvidia.com> -
Antoine RICHARD authored
# Description Adds support for SurfaceGrippers inside IsaacLab ## Type of change - New feature (non-breaking change which adds functionality) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
-
Kelly Guo authored
# Description Adds information and installation instructions for using Isaac Sim open source repo. ## Type of change - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-
peterd-NV authored
# Description <!-- Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines. Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html --> Per SQA feedback, adding a warning in Mimic docs to tell users that subtask annotation indices must be unique. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
-