• Antoine RICHARD's avatar
    Fixes issue where the indices were not created correctly. (#1660) · a73b63cb
    Antoine RICHARD authored
    # Description
    
    This PR fixes an issue in articulation object from omni.isaac.lab. The
    functions `write_root_com_pose_to_sim` and `write_root_link_to_sim` both
    result in an error where a variable is called before being assigned. I
    checked and there is a test for this, but I'm not sure why they don't
    catch it...
    
    The two functions have been changed to match the behaviors of
    `write_root_link_pose_to_sim` and `write_root_com_velocity_to_sim`.
    
    
    
    Fixes #1659 
    
    ## 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`
    - [ ] 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
    
    ---------
    Co-authored-by: 's avatarKelly Guo <kellyg@nvidia.com>
    a73b63cb
Name
Last commit
Last update
.aws Loading commit data...
.github Loading commit data...
.vscode Loading commit data...
docker Loading commit data...
docs Loading commit data...
source Loading commit data...
tools Loading commit data...
.dockerignore Loading commit data...
.flake8 Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.pre-commit-config.yaml Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
isaaclab.bat Loading commit data...
isaaclab.sh Loading commit data...
pyproject.toml Loading commit data...