• Harsh Patel's avatar
    Adds texture and scale randomization event terms (#2121) · 324bb8c3
    Harsh Patel authored
    # Description
    
    - Added back texture randomization event term
    - Carrying over texture randomization and scale randomization unit tests
    from previous PRs
    - Added additional replicate physics failure case test
    
    ## Type of change
    
    - 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
    - [x] I have added my name to the `CONTRIBUTORS.md` or my name already
    exists there
    324bb8c3
test_texture_randomization.py 6.16 KB