• matthewtrepte's avatar
    Adds rendering mode presets (#303) · 8d1f36cf
    matthewtrepte authored
    <!--
    Thank you for your interest in sending a pull request. Please make sure
    to check the contribution guidelines.
    
    Link:
    https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html
    -->
    
    - Rendering Mode Presets
    -- adds a cli arg --rendering_mode, can be set to
    quality/balanced/performance
    -- selects the preset rendering settings stored in .kit files in
    apps/rendering_modes
    -- the renderings settings are set after the app is launched
    - RenderCfg update
    -- unsets the default settings
    -- adds a general_parameter field to support all .kit rendering settings
    in their native names
    -- RenderCfg overwrites settings which are set with a preset
    - Unit test
    -- just checks preset + override settings behave correctly for each
    preset
    - Example script
    -- very simple script that launches a hospital scene with a given
    rendering mode and override settings
    
    <!-- As a practice, it is recommended to open an issue to have
    discussions on the proposed pull request.
    This makes it easier for the community to keep track of what is being
    developed or added, and if a given feature
    is demanded by more than one party. -->
    
    <!-- As you go through the list, delete the ones that are not
    applicable. -->
    
    - New feature (non-breaking change which adds functionality)
    
    Screenshots from rendering preset script
    
    performance:
    
    ![performance_v2](https://github.com/user-attachments/assets/ad1cf425-3a13-48be-ad00-33089ab304a3)
    
    balanced:
    
    ![balanced_updated](https://github.com/user-attachments/assets/4a0852d0-112f-43d7-aa45-2a6c417457a8)
    
    quality:
    
    ![quality](https://github.com/user-attachments/assets/10f54027-a125-4e0b-ad6c-5a087a1d4c78)
    
    - [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
    - [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
    -->
    
    ---------
    Signed-off-by: 's avatarKelly Guo <kellyg@nvidia.com>
    Co-authored-by: 's avatarKelly Guo <kellyguo123@hotmail.com>
    Co-authored-by: 's avatarKelly Guo <kellyg@nvidia.com>
    8d1f36cf
Name
Last commit
Last update
..
actuator-group Loading commit data...
benchmarks Loading commit data...
css Loading commit data...
demos Loading commit data...
how-to Loading commit data...
multi-gpu-rl Loading commit data...
overview Loading commit data...
reference-architecture Loading commit data...
setup Loading commit data...
task-workflows Loading commit data...
tasks Loading commit data...
terrains Loading commit data...
tutorials Loading commit data...
NVIDIA-logo-black.png Loading commit data...
NVIDIA-logo-white.png Loading commit data...
favicon.ico Loading commit data...
isaaclab.jpg Loading commit data...
refs.bib Loading commit data...
tasks.jpg Loading commit data...
vscode_tasks.png Loading commit data...