Skip to content

Add support for spawning meshes from obj and stl files #2379

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

han-xudong
Copy link

@han-xudong han-xudong commented Apr 25, 2025

Description

Adding support for spawning meshes from OBJ or STL files since current version only supports basic geometries. The required dependency is trimesh which is already included.

Fixes #2378

Type of change

  • New feature (non-breaking change which adds functionality)
  • 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

	modified:   source/isaaclab/isaaclab/sim/spawners/meshes/meshes.py
	modified:   source/isaaclab/isaaclab/sim/spawners/meshes/meshes_cfg.py
…ports.

Added corresponding changes to the documentation.

Added tests that prove the function works.

Updated contributors.
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.

[Proposal] Add support for spawning meshes from obj and stl files
1 participant