• peterd-NV's avatar
    Fixes idle action in replay script for GR1 Pick-Place env (#360) · 01dcde53
    peterd-NV authored
    # Description
    
    <!--
    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
    -->
    
    Adds an "idle_action" parameter to the GR1 pick-place env. The
    replay_demo script is also updated to check if envs have an idle action
    pre-defined in its config and uses it if present. If not present, the
    replay script will continue to use a zero tensor for idle actions.
    
    This fixes errors during demo replay if an env doesn't support a zero
    action tensor.
    
    ## Type of change
    
    <!-- As you go through the list, delete the ones that are not
    applicable. -->
    
    - 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`
    - [ ] 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
    - [ ] 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
    -->
    01dcde53
Name
Last commit
Last update
..
extension.toml Loading commit data...