Skip to content

Commit cf5d1b1

Browse files
authored
ikfast tutorial: mention auto-update of kinematics.yaml
1 parent f9239e9 commit cf5d1b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/ikfast/ikfast_tutorial.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,6 @@ The process of creating the IKFast MoveIt plugin comprises several steps, perfor
135135

136136
3. Running the OpenRAVE IKFast tool to generate C++ solver code
137137
4. Creating the MoveIt IKFast plugin package wrapping the generated solver
138+
5. Updating the ``kinematics.yaml`` file of ``"$MYROBOT_NAME"_moveit_config`` package
138139

139-
The ``auto_create_ikfast_moveit_plugin.sh`` script evaluates the file extension of the input file to determine which steps to run. To re-run the script from any intermediate step (e.g. after having tweaked the accuracy of the ``.dae`` file), simply provide the corresponding output from the previous step as input (``.dae`` or ``.cpp``) instead of the initial ``.urdf`` file.
140+
The ``auto_create_ikfast_moveit_plugin.sh`` script evaluates the file extension of the input file to determine which (remaining) steps to run. To re-run the script from any intermediate step (e.g. after tweaking the accuracy of the ``.dae`` file), simply provide the corresponding output from the previous step as input (``.dae`` or ``.cpp``) instead of the initial ``.urdf`` file.

0 commit comments

Comments
 (0)