Skip to content

Commit

Permalink
Remove pick_ik as a dependency (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Dec 31, 2024
1 parent b4f834e commit 8134bc7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion doc/how_to_guides/pick_ik/pick_ik_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ robot's config directory to use pick_ik as the IK solver. ::

.. note::

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

.. code-block::
Expand Down
4 changes: 0 additions & 4 deletions moveit2_tutorials.repos
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ repositories:
type: git
url: https://github.com/moveit/moveit_msgs
version: ros2
pick_ik:
type: git
url: https://github.com/PickNikRobotics/pick_ik
version: main
1 change: 0 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>moveit_task_constructor_core</depend>
<depend>pick_ik</depend>

<build_depend>eigen</build_depend>
<build_depend>geometric_shapes</build_depend>
Expand Down

0 comments on commit 8134bc7

Please sign in to comment.