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 d0cd6c8 commit 70fe11eCopy full SHA for 70fe11e
roboticstoolbox/robot/Robot.py
@@ -27,6 +27,7 @@ def __init__(
27
links,
28
name='noname',
29
manufacturer='',
30
+ comment='',
31
base=None,
32
tool=None,
33
gravity=None,
@@ -36,6 +37,7 @@ def __init__(
36
37
38
self.name = name
39
self.manufacturer = manufacturer
40
+ self.comment = comment
41
self.symbolic = symbolic
42
self.base = base
43
self.tool = tool
0 commit comments