Skip to content

Commit

Permalink
Revert "[PyCRAMNEEMInterface] search online repository for meshes."
Browse files Browse the repository at this point in the history
This reverts commit 37972fe.
  • Loading branch information
AbdelrhmanBassiouny committed Apr 4, 2024
1 parent c5a58fe commit fd66e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pycram/description.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ class ObjectDescription(EntityDescription):
A class that represents the description of an object.
"""

mesh_extensions: Tuple[str] = (".obj", ".stl", ".dae")
mesh_extensions: Tuple[str] = (".obj", ".stl")
"""
The file extensions of the mesh files that can be used to generate a description file.
"""
Expand Down

0 comments on commit fd66e77

Please sign in to comment.