Skip to content

Commit 70fe11e

Browse files
committed
add comment property to Robot
1 parent d0cd6c8 commit 70fe11e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roboticstoolbox/robot/Robot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def __init__(
2727
links,
2828
name='noname',
2929
manufacturer='',
30+
comment='',
3031
base=None,
3132
tool=None,
3233
gravity=None,
@@ -36,6 +37,7 @@ def __init__(
3637

3738
self.name = name
3839
self.manufacturer = manufacturer
40+
self.comment = comment
3941
self.symbolic = symbolic
4042
self.base = base
4143
self.tool = tool

0 commit comments

Comments
 (0)