Updates to Isaac Sim 5.0 (#379)
Changes required for updating to be compatible with Isaac Sim 5.0 and Kit 107.3. Notable changes include: - Python version updated to 3.11, which means we need special support for rl-games since it does not include python 3.11 support out of the box. Additionally, rl-games has not updated torch.load with weights_only flag required since torch 2.6. - Updates pytorch to 2.7 for Blackwell support. We now uninstall the torch build that comes with isaac sim as part of the isaacsim.sh/bat script and forces an install of torch 2.7 with torchvision - Removal of deprecated flags in kit that no longer exist - improve_path_friction and SETTING_BACKWARD_COMPATIBILITY - Some tests are still timing out / failing - there seems to be an issue with the first load of assets that's causing checks like `stage.ResolveIdentifierToEditTarget(usd_path)` and `is_prim_path_valid` to take up to a minute. <!-- 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 - [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 <!-- 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> 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>
Showing
Please register or sign in to comment