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 539654f commit c03922eCopy full SHA for c03922e
roboticstoolbox/robot/DHRobot.py
@@ -77,7 +77,7 @@ def __init__(
77
if isinstance(link, DHLink):
78
# got a link
79
all_links.append(link)
80
- link.number = self._n
+ link.number = self._n + 1
81
link.jindex = self._n
82
self._n += 1
83
0 commit comments