Skip to content

Commit 66653d9

Browse files
Typo fix (#871)
Capitalize Jacobian.
1 parent c704c30 commit 66653d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/concepts/kinematics.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Kinematics Plugin
66
---------------------
77

88
MoveIt uses a plugin infrastructure, especially targeted towards allowing users to write their own inverse kinematics algorithms.
9-
Forward kinematics and finding jacobians is integrated within the RobotState class itself.
10-
The default inverse kinematics plugin for MoveIt is configured using the `KDL <https://github.com/orocos/orocos_kinematics_dynamics>`_ numerical jacobian-based solver.
9+
Forward kinematics and finding Jacobians is integrated within the RobotState class itself.
10+
The default inverse kinematics plugin for MoveIt is configured using the `KDL <https://github.com/orocos/orocos_kinematics_dynamics>`_ numerical Jacobian-based solver.
1111
This plugin is automatically configured by the MoveIt Setup Assistant.
1212

1313
******************

0 commit comments

Comments
 (0)