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 3fcc4d8 commit d3cbc97Copy full SHA for d3cbc97
roboticstoolbox/blocks/arm.py
@@ -147,8 +147,8 @@ def __init__(
147
:type q0: array_like(n), optional
148
:param useprevious: Use previous IK solution as q0, defaults to True
149
:type useprevious: bool, optional
150
- :param ik: Specify an IK function, defaults to ``Robot.ikine_LM``
151
- :type ik: callable
+ :param ik: Specify an IK function, defaults to "LM"
+ :type ik: str
152
:param args: Options passed to IK function
153
:type args: dict
154
:param seed: random seed for solution
0 commit comments