Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes ml_archive as a dependency of omni.isaac.lab extension #1266

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

fan-ziqi
Copy link
Contributor

@fan-ziqi fan-ziqi commented Oct 18, 2024

Description

Extension ui can't load because of omni.isaac.ml_archive

Fixes isaac-sim/IsaacLabExtensionTemplate#39

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Screenshots

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

Before After
before after

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

@Mayankm96 Mayankm96 changed the title fix: extension ui can't load Removes ml_archive as a dependency of omni.isaac.lab extension Oct 22, 2024
Copy link
Contributor

@Mayankm96 Mayankm96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine. omni.isaac.core lists this package as a dependency so we don't need to repeat it here as well.

@Mayankm96 Mayankm96 merged commit 54c4b47 into isaac-sim:main Oct 22, 2024
1 check passed
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
…saac-sim#1266)

# Description

Extension ui can't load because of `omni.isaac.ml_archive`

Fixes isaac-sim/IsaacLabExtensionTemplate#39

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Screenshots

| Before | After |
| ------ | ----- |
|
![before](https://github.com/user-attachments/assets/93a2973c-8934-4ba4-be77-2f7af657126f)
|
![after](https://github.com/user-attachments/assets/605449ff-9280-4ee8-88d3-fc14cc2d4d5d)
|

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

Extension can't work properly
2 participants