Skip to content

Adds notification widgets at IK error status and Teleop task completion#3356

Merged
kellyguo11 merged 16 commits intoisaac-sim:mainfrom
lotusl-code:lotusl/add-ik-error-widget-with-framework
Sep 9, 2025
Merged

Adds notification widgets at IK error status and Teleop task completion#3356
kellyguo11 merged 16 commits intoisaac-sim:mainfrom
lotusl-code:lotusl/add-ik-error-widget-with-framework

Conversation

@lotusl-code
Copy link
Copy Markdown
Contributor

@lotusl-code lotusl-code commented Sep 4, 2025

Description

  1. Add a notification widget when ik error happens
  2. At the end of Teleop data collection, display a notification before the application termination

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
List any dependencies that are required for this change.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Screenshots

Please attach before and after screenshots of the change if applicable.

Checklist

  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • 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

Comment thread scripts/tools/teleop_visualization_manager.py
Comment thread scripts/tools/test/scene_visualization_sample.py Outdated
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/instruction_widget.py Outdated
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/instruction_widget.py Outdated
@kellyguo11
Copy link
Copy Markdown
Contributor

there are a couple of issues picked up by the linter, could you look into those pls?

@lotusl-code lotusl-code self-assigned this Sep 4, 2025
Comment thread scripts/tools/teleop_visualization_manager.py Outdated
@lotusl-code
Copy link
Copy Markdown
Contributor Author

there are a couple of issues picked up by the linter, could you look into those pls?

Have fixed all linting errors

@lotusl-code
Copy link
Copy Markdown
Contributor Author

Original MR: #3178

Comment thread scripts/tools/teleop_visualization_manager.py Outdated
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/instruction_widget.py Outdated
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/instruction_widget.py Outdated
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/instruction_widget.py Outdated
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/instruction_widget.py Outdated
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/scene_visualization.py
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/instruction_widget.py Outdated
@kellyguo11 kellyguo11 changed the title Add notification widgets at IK error status and Teleop task completion Adds notification widgets at IK error status and Teleop task completion Sep 5, 2025
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/instruction_widget.py
Comment thread source/isaaclab/isaaclab/ui/xr_widgets/instruction_widget.py Outdated
@lotusl-code lotusl-code force-pushed the lotusl/add-ik-error-widget-with-framework branch from 5a6112a to 014b110 Compare September 5, 2025 19:17
@lotusl-code lotusl-code force-pushed the lotusl/add-ik-error-widget-with-framework branch from 014b110 to 7ff9b37 Compare September 5, 2025 20:39
@lotusl-code lotusl-code force-pushed the lotusl/add-ik-error-widget-with-framework branch from 20362e3 to 2d76b75 Compare September 6, 2025 00:00
@lotusl-code lotusl-code force-pushed the lotusl/add-ik-error-widget-with-framework branch from 313862c to de4cd2f Compare September 6, 2025 04:45
Comment thread source/isaaclab/isaaclab/controllers/pink_ik/pink_ik.py Outdated
@kellyguo11 kellyguo11 merged commit e4b5681 into isaac-sim:main Sep 9, 2025
6 checks passed
george-nehma pushed a commit to george-nehma/DreamLander-IsaacLab that referenced this pull request Oct 24, 2025
…on (isaac-sim#3356)

# Description

1. Add a notification widget when ik error happens
2. At the end of Teleop data collection, display a notification before
the application termination


<!--
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
-->

Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context.
List any dependencies that are required for this change.

Fixes # (issue)

<!-- 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. -->

- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- This change requires a documentation update

## Screenshots

Please attach before and after screenshots of the change if applicable.

<!--
Example:

| Before | After |
| ------ | ----- |
| _gif/png before_ | _gif/png after_ |

To upload images to a PR -- simply drag and drop an image while in edit
mode and it should upload the image directly. You can then paste that
source into the above before/after sections.
-->

## 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
- [x] 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
-->

---------

Signed-off-by: Kelly Guo <kellyg@nvidia.com>
Co-authored-by: Kelly Guo <kellyg@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants