Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pick_ik as a dependency #999

Merged
merged 3 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading