Warning

You are reading the documentation for an older Pickit release (2.1). Documentation for the latest release (3.3) can be found here.

Picking

Pickit comes with a set of options that allows configuring how detected objects should be picked by a robot. These options can be found in the Picking page of the Pickit web interface.

This article explains how to use all settings to get the most out of your application. You will learn how to align object frames for picking, prevent collisions with a bin or other objects and choose the pick order.

Note on frames

Before we start, let’s first define three frame types in Pickit that we’ll need throughout the article.

  • The reference frame defines the location of your work space in which to find objects. It usually has a Z axis (blue) that points up. It is created when you build the Region of Interest.

  • The object frame is the default frame that Pickit associates to a shape. It indicates where a detected object is located and how it is oriented. It is chosen by the Pickit detection algorithms and cannot be modified. This frame might not always be the best choice to use for picking, which is why the pick frame exists.

  • The pick frame is what gets sent to the robot. It defines how a robot can pick or grasp a detected object and is derived from the object frame by changing settings in the Picking page of the web interface.

../../_images/Note-on-frames.png

Object ordering

The Object ordering section allows the user to specify how the detected objects are sorted, in case more than one object is detected.

Pick strategy

Under Pick strategy, it is defined if and how the pick frames should be aligned. This is often used to optimize cycle time, by orienting pick frames such that rotations of the robot’s wrist joint are minimized. It is also possible to reduce the chance of bin collisions, for instance by keeping pick frames vertical, and thus preventing the robot from approaching the bin at an angle. The following settings can be applied:

Collision prevention

This section allows you to discard detected objects that would result in a collision between the robot tool and the bin or other objects in the scene. Such objects are labeled as unpickable and are not sent to the robot. In the Pickit web interface, unpickable objects are displayed in orange in the Objects view and the Detection grid.

Maximum angles

To define objects as unpickable two overall angles can be defined. If the calculated pick frame is bigger than either angle it is seen as unpickable and will not be sent to the robot.

Check collisions with the robot tool

Pickit also checks for possible collisions in the actual scene. For this, first a robot tool needs to be modeled. And second you have to define with what you want to check collision with: bin and/or other objects. More detailed information on how to use this feature can be found in these articles.