• Ashwin Varghese Kuruttukulam's avatar
    Prevents import of pink when running other workflows (#317) · 870c3f13
    Ashwin Varghese Kuruttukulam authored
    This change prevents importing pink/dex-retargeting when using other
    IsaacLab scripts.
    
    * Change the import structure to only import ``pinocchio`` when
    ``pink-ik`` or ``dex-retargeting`` is being used.
    * This also solves for the problem that ``pink-ik`` and
    ``dex-retargeting`` are not supported in windows.
    * Removed ``isaacsim.robot_motion.lula`` and
    ``isaacsim.robot_motion.motion_generation`` from the default loaded
    Isaac Sim extensions and enable them only for RMPFlow
    * Moved pink ik action config to a separate file.
    * The pick_place task is now blacklisted from being imported
    automatically by isaaclab_tasks and have to be imported
      manually by the script.
    
    - Bug fix (non-breaking change which fixes an issue)
    - This change requires a documentation update
    
    - [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 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
    
    ---------
    Signed-off-by: 's avatarKelly Guo <kellyguo123@hotmail.com>
    Co-authored-by: 's avatarchengronglai <chengrongl@nvidia.com>
    Co-authored-by: 's avatarKelly Guo <kellyg@nvidia.com>
    870c3f13
setup.py 2.24 KB