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 bd7e087 commit d6d3bf3Copy full SHA for d6d3bf3
roboticstoolbox/robot/ERobot.py
@@ -301,10 +301,11 @@ def __str__(self):
301
s = " \u2295 " + s
302
303
if link.isjoint:
304
- if link._joint_name is not None:
305
- jname = link._joint_name
306
- else:
307
- jname = link.jindex
+ # if link._joint_name is not None:
+ # jname = link._joint_name
+ # else:
+ # jname = link.jindex
308
+ jname = link.jindex
309
else:
310
jname = ''
311
table.row(
0 commit comments