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

Adds option to scale/translate/rotate meshes in the mesh_converter #1228

Merged
merged 19 commits into from
Nov 4, 2024

Conversation

pascal-roth
Copy link
Collaborator

@pascal-roth pascal-roth commented Oct 12, 2024

Description

Meshes can be generated with Y up-axis and in cm format. Currently, these meshes would not be rotated or scaled when loading in our stage, which is Z up and m scale. This PR allows scaling and rotating meshes during the mesh converter process.

Type of change

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

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

@pascal-roth pascal-roth self-assigned this Oct 12, 2024
@pascal-roth pascal-roth added the bug Something isn't working label Oct 12, 2024
@Dhoeller19 Dhoeller19 changed the title Adds option to scale and rotate meshes in the mesh_converter Adds option to scale/translate/rotate meshes in the mesh_converter Oct 28, 2024
@pascal-roth
Copy link
Collaborator Author

great, thanks @Dhoeller19 for taking, just tested it and it worked on my end

@Dhoeller19 Dhoeller19 merged commit c3372f1 into main Nov 4, 2024
3 of 4 checks passed
@Dhoeller19 Dhoeller19 deleted the feature/scale-rot-mesh-converter branch November 4, 2024 18:39
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
…saac-sim#1228)

# Description

Meshes can be generated with Y up-axis and in cm format. Currently,
these meshes would not be rotated or scaled when loading in our stage,
which is Z up and m scale. This PR allows scaling and rotating meshes
during the mesh converter process.

## 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
- [x] I have added tests that prove my fix is effective or that my
feature works
- [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants