Skip to content
Snippets Groups Projects
  1. Mar 12, 2025
  2. Mar 07, 2025
  3. Feb 04, 2025
  4. Jan 30, 2025
    • Kelly Guo's avatar
      Updates Extension Template for Isaac Lab 2.0 (#46) · 14cd53e5
      Kelly Guo authored
      Updates extension for Isaac Sim 4.5 and Isaac Lab 2.0 release.
      
      Note that Isaac Lab 2.0 contained breaking changes in refactoring and
      restructuring the folders in Isaac Lab. To accommodate for the changes,
      we have made the following changes:
      
      - Renamed `exts` folder to `source`
      - Renamed `omni.isaac.lab*` imports to `isaaclab*`
      14cd53e5
  5. Oct 23, 2024
  6. Oct 04, 2024
  7. Sep 23, 2024
  8. Aug 22, 2024
  9. Aug 12, 2024
  10. Jun 25, 2024
  11. May 20, 2024
  12. May 15, 2024
    • nburger-bdai's avatar
      Remove python package use case for simplicity (#19) · 15a55be1
      nburger-bdai authored
      The main focus of this template should be on the `project template` and
      `omniverse extension` usages, rather than `python package`. This change
      shall remove the `python package` use case to keep the template as
      simple as possible.
      
      Furthermore, the `pip install -e .` instruction set already implies this
      template to be a python package.
      15a55be1
  13. May 14, 2024
  14. May 05, 2024
    • nburger-bdai's avatar
      Switch from BSD-3 to MIT license (#17) · 7ff4cc5f
      nburger-bdai authored
      BSD-3-Clause does require a bit more in terms of copying the license
      text (including the disclaimer), which is why we intend to switch
      licensing for the extension template.
      7ff4cc5f
  15. Apr 26, 2024
  16. Apr 25, 2024
  17. Apr 24, 2024
    • Mayank Mittal's avatar
      Adds configuration for isort (#12) · 93967df3
      Mayank Mittal authored
      93967df3
    • nburger-bdai's avatar
      Replace pyproject.toml with setup.py (#10) · b6134dd4
      nburger-bdai authored
      In order to simplify pip installations, we decided to fall back to using
      `setup.py`. This PR removes `pyproject.toml` and replaces it with
      `setup.py`.
      
      An added benefit is that `setup.py` can be populated through
      `config/pyproject.toml`. Therefore, a user only has to configure the
      latter, rather than two files as we had previously.
      b6134dd4
  18. Mar 28, 2024
  19. Mar 25, 2024
  20. Mar 19, 2024
  21. Mar 18, 2024
Loading