• Kelly Guo's avatar
    Renames Isaac Lab extensions and folders (#198) · f6e936b3
    Kelly Guo authored
    This change renames Isaac Lab extensions and folders to simplify the
    directory structure.
    
    - source/extensions/omni.isaac.lab --> source/isaaclab
    - source/extensions/omni.isaac.lab_assets --> source/isaaclab_assets
    - source/extensions/omni.isaac.lab_tasks --> source/isaaclab_tasks
    - source/apps --> apps
    - source/standalone --> scripts
    - source/standalone/workflows/rl_games -->
    scripts/reinforcement_learning/rl_games
    - source/standalone/workflows/rsl_rl -->
    scripts/reinforcement_learning/rsl_rl
    - source/standalone/workflows/skrl -->
    scripts/reinforcement_learning/skrl
    - source/standalone/workflows/sb3 --> scripts/reinforcement_learning/sb3
    - source/standalone/workflows/ray --> scripts/reinforcement_learning/ray
    
    <!-- As you go through the list, delete the ones that are not
    applicable. -->
    
    - 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
    - [ ] 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
    -->
    f6e936b3
test_contact_sensor.py 20.7 KB