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 f1a3ce8 commit ec3e2b6Copy full SHA for ec3e2b6
src/compas_fab/robots/robot.py
@@ -1627,7 +1627,7 @@ def draw(self):
1627
"""Alias of :meth:`draw_visual`."""
1628
return self.draw_visual()
1629
1630
- # !!! artist.draw_attached_tool???
+ # TODO: add artist.draw_attached_tool
1631
# def draw_attached_tool(self):
1632
# """Draw the attached tool using the defined :attr:`Robot.artist`."""
1633
# if self.artist and self.attached_tool:
0 commit comments