Skip to content

Commit

Permalink
Updated the pick and place README to note deprecated functionality (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
bgill92 authored Jun 30, 2022
1 parent 2db5773 commit d8d8596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/examples/pick_place/pick_place_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Pick and Place
==============

**NOTE:** The functionality used in this tutorial is deprecated. To perform a pick and place operation, MoveIt Task Constructor (MTC) should be used (`Pick and Place with MoveIt Task Constructor <https://moveit.picknik.ai/humble/doc/tutorials/pick_and_place_with_moveit_task_constructor/pick_and_place_with_moveit_task_constructor.html>`_). More information on the MoveIt Task Constructor can be found `here. <https://moveit.picknik.ai/humble/doc/examples/moveit_task_constructor/moveit_task_constructor_tutorial.html>`_

In MoveIt, grasping is done using the MoveGroup interface. In order to grasp an object we need to create ``moveit_msgs::Grasp`` msg which will allow defining the various poses and postures involved in a grasping operation.
Watch this video to see the output of this tutorial:

Expand Down

0 comments on commit d8d8596

Please sign in to comment.