Skip to content

Commit 27bc9bb

Browse files
committed
fix sphinx syntax
1 parent 45fda8c commit 27bc9bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

roboticstoolbox/robot/Robot.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -526,12 +526,12 @@ def ikine(
526526
than Levenberg-Marquadt
527527
:type transpose: float
528528
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
529+
:return: The calculated joint values
530+
:rtype: float ndarray(n)
531+
:return: IK solver failed
532+
:rtype: bool or list of bool
533+
:return: If failed, what went wrong
534+
:rtype: List of str
535535
536536
``q, failure, reason = ikine(T)`` are the joint coordinates (n)
537537
corresponding to the robot end-effector pose ``T`` which is an ``SE3``

0 commit comments

Comments
 (0)