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 45fda8c commit 27bc9bbCopy full SHA for 27bc9bb
roboticstoolbox/robot/Robot.py
@@ -526,12 +526,12 @@ def ikine(
526
than Levenberg-Marquadt
527
:type transpose: float
528
529
- :return q: The calculated joint values
530
- :rtype q: float ndarray(n)
531
- :return failure: IK solver failed
532
- :rtype failure: bool or list of bool
533
- :return error: If failed, what went wrong
534
- :rtype error: List of str
+ :return: The calculated joint values
+ :rtype: float ndarray(n)
+ :return: IK solver failed
+ :rtype: bool or list of bool
+ :return: If failed, what went wrong
+ :rtype: List of str
535
536
``q, failure, reason = ikine(T)`` are the joint coordinates (n)
537
corresponding to the robot end-effector pose ``T`` which is an ``SE3``
0 commit comments