From fd66e77ec41876c0a38d94935d4151c762806800 Mon Sep 17 00:00:00 2001 From: Abdelrhman Bassiouny Date: Thu, 4 Apr 2024 16:26:29 +0200 Subject: [PATCH] Revert "[PyCRAMNEEMInterface] search online repository for meshes." This reverts commit 37972fec253952b92b9c4cb310da52fd45a5d0e7. --- src/pycram/description.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pycram/description.py b/src/pycram/description.py index 1bbf7fc52..0bd412e54 100644 --- a/src/pycram/description.py +++ b/src/pycram/description.py @@ -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. """