-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Proposal
Adding support for spawning meshes from .obj and .stl files.
Motivation
When I was trying to spawn a mesh, I found that only several kinds of geometries were supported instead of complex structures from OBJ or STL files. And I also found that these geometries were generated by trimesh which can load meshes from OBJ and STL files. Therefore, it's available to create a function based on trimesh to make it work.
Alternatives
- Add
spawn_mesh_fileinsource/isaaclab/isaaclab/sim/spawners/meshes/meshes.py - Add
MeshFileCfginsource/isaaclab/isaaclab/sim/spawners/meshes/meshes_cfg.py - Update
source/isaaclab/isaaclab/sim/spawners/meshes/__init__.py
Checklist
- I have checked that there is no similar issue in the repo (required)
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.
- Support spawning meshes from OBJ and STL files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request