Skip to content

Commit 8134bc7

Browse files
authored
Remove pick_ik as a dependency (#999)
1 parent b4f834e commit 8134bc7

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

doc/how_to_guides/pick_ik/pick_ik_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ robot's config directory to use pick_ik as the IK solver. ::
7878

7979
.. note::
8080

81-
You can launch a preconfigured demo with ``pick_ik`` using the following command:
81+
After you have installed ``pick_ik``, you can also launch a preconfigured demo using the following command:
8282

8383
.. code-block::
8484

moveit2_tutorials.repos

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,3 @@ repositories:
4040
type: git
4141
url: https://github.com/moveit/moveit_msgs
4242
version: ros2
43-
pick_ik:
44-
type: git
45-
url: https://github.com/PickNikRobotics/pick_ik
46-
version: main

package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<depend>tf2_geometry_msgs</depend>
3737
<depend>tf2_ros</depend>
3838
<depend>moveit_task_constructor_core</depend>
39-
<depend>pick_ik</depend>
4039

4140
<build_depend>eigen</build_depend>
4241
<build_depend>geometric_shapes</build_depend>

0 commit comments

Comments
 (0)