Skip to content

Commit 4f8120a

Browse files
committed
doco
1 parent dc04dc0 commit 4f8120a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/robot/DHRobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def A(self, j, q=None):
573573
:return T: The transform between link frames
574574
:rtype T: SE3
575575
576-
- ``robot.A(j, q)`` transform between link frames {0} and {n}. ``q``
576+
- ``robot.A(j, q)`` transform between link frames {0} and {j}. ``q``
577577
is a vector (n) of joint variables.
578578
- ``robot.A([j1, j2], q)`` as above between link frames {j1} and {j2}.
579579
- ``robot.A(j)`` as above except uses the stored q value of the

0 commit comments

Comments
 (0)