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/ikfast/ikfast_tutorial.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,5 +135,6 @@ The process of creating the IKFast MoveIt plugin comprises several steps, perfor
135
135
136
136
3. Running the OpenRAVE IKFast tool to generate C++ solver code
137
137
4. Creating the MoveIt IKFast plugin package wrapping the generated solver
138
+
5. Updating the ``kinematics.yaml`` file of ``"$MYROBOT_NAME"_moveit_config`` package
138
139
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