• cosmith-nvidia's avatar
    Checks if XR anchor already exists on creation (#292) · 05669ea4
    cosmith-nvidia authored
    # Description
    
    Don't attempt to recreate the XR anchor if one already exists.
    
    This fixes an error that occurs when multiple XR devices are created,
    because each one tries to create a prim at the same path so the second
    one fails.
    
    ## Type of change
    
    - 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
    - [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
    05669ea4
Name
Last commit
Last update
..
config Loading commit data...
docs Loading commit data...
isaaclab Loading commit data...
test Loading commit data...
pyproject.toml Loading commit data...
setup.py Loading commit data...