1. 18 Jul, 2025 2 commits
    • Alexander Poddubny's avatar
      Fixes the test reporting issue (#538) · 58fb6b14
      Alexander Poddubny authored
      58fb6b14
    • Kelly Guo's avatar
      Updates some more tests to pytest (#543) · d6702dfa
      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
      -->
      d6702dfa
  2. 17 Jul, 2025 3 commits
    • Kelly Guo's avatar
      Fixes import order in multi_asset.py (#536) · 7ac5ad53
      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
      -->
      7ac5ad53
    • Alexander Poddubny's avatar
      Changes runner for post-merge pipeline on self-hosted runners (#537) · a69f9d6c
      Alexander Poddubny authored
      # Description
      Changing runners for post-merge CI due to space availability on default
      runners
      a69f9d6c
    • rwiltz's avatar
      Updates teleop docs for 2.2 release (#534) · 4e923f54
      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
      -->
      4e923f54
  3. 15 Jul, 2025 1 commit
    • shauryadNv's avatar
      Adds note to mimic cosmos pipeline doc for eval (#530) · 45ee5317
      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\
      45ee5317
  4. 12 Jul, 2025 34 commits