Skip to content

Commit 7f65936

Browse files
authored
Install TRAC-IK from binaries
1 parent 63b89e0 commit 7f65936

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/how_to_guides/trac_ik/trac_ik_tutorial.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ From their documentation:
1212
By default, the IK search returns immediately when either of these algorithms converges to an answer.
1313
Secondary constraints of distance and manipulability are also provided in order to receive back the "best" IK solution.
1414

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.
1616
Currently, mimic joints are *not* supported.
1717

1818
Install
1919
-------
2020

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``. ::
2324

2425
cd ~/moveit2_ws/src
25-
git clone -b rolling-devel https://bitbucket.org/traclabs/trac_ik.git
26+
git clone -b rolling https://bitbucket.org/traclabs/trac_ik.git
2627

2728
Usage
2829
-----
@@ -38,7 +39,7 @@ Usage
3839
- **kinematics\_solver\_attempts** parameter is unneeded: unlike KDL, TRAC-IK solver already restarts when it gets stuck.
3940
- **kinematics\_solver\_search\_resolution** is not applicable here.
4041

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:
4243

4344
- ``Speed``: returns very quickly the first solution found.
4445
- ``Distance``: runs for the full timeout, then returns the solution that minimizes sum of squares error (SSE) from the seed.

0 commit comments

Comments
 (0)