• rebeccazhang0707's avatar
    Adds surface gripper support in manager-based workflow (#3174) · 34227828
    rebeccazhang0707 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
    -->
    
    We only have a surface gripper sample with direct workflow, whereas in
    manager-based workflow it is not supported yet.
    - Add surface gripper as an asset instance to the scene (CPU only)
    - Add SurfaceGripperAction and SurfaceGripperActionCfg
    - Add two TaskEnvs for testing: 
    
    1. Isaac-Stack-Cube-UR10-Long-Suction-IK-Rel-v0  
    2. Isaac-Stack-Cube-UR10-Short-Suction-IK-Rel-v0
    
    You can test recording demos by:
    `./isaaclab.sh -p scripts/tools/record_demos.py --task
    Isaac-Stack-Cube-UR10-Long-Suction-IK-Rel-v0 --teleop_device keyboard
    --device cpu`
    
    <!-- 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. -->
    
    ## Type of change
    
    <!-- As you go through the list, delete the ones that are not
    applicable. -->
    
    - New feature (non-breaking change which adds functionality)
    
    ## Screenshot
    <img width="1386" height="273" alt="environments_surface_gripper"
    src="https://github.com/user-attachments/assets/4c1cb5a4-4325-4861-b20c-9204e98e7dff"
    />
    
    
    
    
    ## 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
    - [ ] 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 avatarrebeccazhang0707 <168459200+rebeccazhang0707@users.noreply.github.com>
    Signed-off-by: 's avatarKelly Guo <kellyg@nvidia.com>
    Co-authored-by: 's avatarKelly Guo <kellyg@nvidia.com>
    34227828
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/sensors Loading commit data...
policy_deployment 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...