Skip to content

Conversation

zehao-wang
Copy link
Contributor

@zehao-wang zehao-wang commented Sep 25, 2025

Description

The collision approximation configuration changed in main branch, but the code in tools/convert_mesh.py does not sync.

Fixes #3557

Type of change

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

Checklist

  • I have read and understood the contribution guidelines
  • 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

@github-actions github-actions bot added the isaac-lab Related to Isaac Lab team label Sep 25, 2025
Signed-off-by: zehao-wang <[email protected]>
@zehao-wang zehao-wang changed the title Fix bugs: change of mesh collision configuration strategy in v2.2.0 Fix bugs: change of mesh collision configuration strategy in main branch Sep 25, 2025
@Mayankm96 Mayankm96 changed the title Fix bugs: change of mesh collision configuration strategy in main branch Configures mesh collision strategy in convert_mesh.py Oct 10, 2025
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.

It would be good to raise an error if none of the types match (and also avoiding a dangling if-else). Also please run the pre-commit formatter.

@Mayankm96 Mayankm96 moved this to In review in Isaac Lab Oct 10, 2025
@zehao-wang
Copy link
Contributor Author

Dear maintainer, this is my first PR—apologies for any missteps. I received notifications about Python dependency and build issues from github notifications, but I only modified two files without touching build tools or those packages. Please let me know if there's anything I need to fix on my end.

Copy link
Collaborator

@ooctipus ooctipus left a comment

Choose a reason for hiding this comment

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

LGTM I can close my PR!

@ooctipus ooctipus changed the title Configures mesh collision strategy in convert_mesh.py Configures mesh collision schemas in convert_mesh.py Oct 14, 2025
@kellyguo11 kellyguo11 merged commit 5c2c748 into isaac-sim:main Oct 14, 2025
7 of 10 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in Isaac Lab Oct 14, 2025
kellyguo11 pushed a commit that referenced this pull request Oct 15, 2025
# Description

The collision approximation configuration changed in main branch, but
the code in tools/convert_mesh.py does not sync.

Fixes #3557 

## Type of change

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

## Checklist

- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [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

---------

Signed-off-by: zehao-wang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

isaac-lab Related to Isaac Lab team

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Bug Report] no argument collision_approximation in isaaclab 2.2.0 MeshConverterCfg

4 participants