Skip to content

Commit d3cbc97

Browse files
committed
update docstring
1 parent 3fcc4d8 commit d3cbc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboticstoolbox/blocks/arm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ def __init__(
147147
:type q0: array_like(n), optional
148148
:param useprevious: Use previous IK solution as q0, defaults to True
149149
:type useprevious: bool, optional
150-
:param ik: Specify an IK function, defaults to ``Robot.ikine_LM``
151-
:type ik: callable
150+
:param ik: Specify an IK function, defaults to "LM"
151+
:type ik: str
152152
:param args: Options passed to IK function
153153
:type args: dict
154154
:param seed: random seed for solution

0 commit comments

Comments
 (0)