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/how_to_guides/trac_ik/trac_ik_tutorial.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,18 @@ From their documentation:
12
12
By default, the IK search returns immediately when either of these algorithms converges to an answer.
13
13
Secondary constraints of distance and manipulability are also provided in order to receive back the "best" IK solution.
14
14
15
-
The package `trac_ik_kinematics_plugin <https://bitbucket.org/traclabs/trac_ik/src/rolling-devel/trac_ik_kinematics_plugin/>`_ provides a ``KinematicsBase`` MoveIt interface that can replace the default KDL solver.
15
+
The package `trac_ik_kinematics_plugin <https://bitbucket.org/traclabs/trac_ik/src/rolling/trac_ik_kinematics_plugin/>`_ provides a ``KinematicsBase`` MoveIt interface that can replace the default KDL solver.
16
16
Currently, mimic joints are *not* supported.
17
17
18
18
Install
19
19
-------
20
20
21
-
The ``rolling-devel`` branch of the TRAC-IK repository has the latest ROS 2 implementation.
22
-
For now, the repository must be built from source in your ROS 2 workspace, for example ``~/moveit2_ws``. ::
21
+
The ``rolling`` branch of the TRAC-IK repository has the latest ROS 2 implementation, but it is also available as binaries.
22
+
23
+
If you instead want to build from source, go to your ROS 2 workspace, for example ``~/moveit2_ws``. ::
git clone -b rolling https://bitbucket.org/traclabs/trac_ik.git
26
27
27
28
Usage
28
29
-----
@@ -38,7 +39,7 @@ Usage
38
39
- **kinematics\_solver\_attempts** parameter is unneeded: unlike KDL, TRAC-IK solver already restarts when it gets stuck.
39
40
- **kinematics\_solver\_search\_resolution** is not applicable here.
40
41
41
-
From the `trac_ik_lib <https://bitbucket.org/traclabs/trac_ik/src/rolling-devel/trac_ik_lib/>`_ package documentation (slightly modified), here is some information about the solve type parameter:
42
+
From the `trac_ik_lib <https://bitbucket.org/traclabs/trac_ik/src/rolling/trac_ik_lib/>`_ package documentation (slightly modified), here is some information about the solve type parameter:
42
43
43
44
- ``Speed``: returns very quickly the first solution found.
44
45
- ``Distance``: runs for the full timeout, then returns the solution that minimizes sum of squares error (SSE) from the seed.
0 commit comments