We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47a157 commit ed72dd6Copy full SHA for ed72dd6
src/compas_fab/robots/tool.py
@@ -89,7 +89,6 @@ def data(self):
89
@data.setter
90
def data(self, data):
91
self.tool_model.data = data
92
- self.attached_collision_meshes = self.get_attached_collision_meshes()
93
94
@classmethod
95
def from_data(cls, data):
0 commit comments