You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/concepts/kinematics.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ The Kinematics Plugin
6
6
---------------------
7
7
8
8
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.
11
11
This plugin is automatically configured by the MoveIt Setup Assistant.
0 commit comments