Warning

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

Collision prevention

In constrained picking scenarios like bin picking, it is important to prevent the robot tool from colliding with the bin or other objects, such that the application runs without interruption.

In the Picking page, under Prevent collision with tool, one can check whether reaching a pick point with a specific robot tool would result in collision. If picking an object would lead to a collision, the object is labeled as unpickable and is not sent to the robot. In the Pickit web interface, unpickable objects are displayed in orange in the Objects view and Detection grid.

Note

Pickit collision-checks the pick point, not the robot trajectory that would lead to it.

Collision checks: Bin and other objects

For collision prevention to take place, the user needs to define a robot tool model, and specify whether to check for collisions with the bin and/or other objects in the scene.

The examples below show a pick point being rejected due to collisions that would result between the robot tool and the bin (left), and between the robot tool and another object (right).

../../_images/example_tool_collision.png

Tip

When collisions checks with the bin are enabled, it’s important to have a correctly defined bin box.

When using Pickit Teach, having multiple pick points and/or flexible pick orientations increases the likelihood of finding collision-free pick points.

Robot tool model

Note

The robot tool model is only used for collision checks, and does not influence how the robot picks an object. To modify the how the robot picks an object, refer to the pick point documentation.

Pickit allows modeling robot tools that closely resemble commonly used end-effectors. Currently, three different models are supported:

../../_images/tool_models.png

It is possible to modify a tool’s characteristic dimensions, as well as adapt its relative distance and orientation with respect to an object’s pick point. The image below shows the tool model editor for the Box-shaped tool.

../../_images/tool_model_box_ui_22.png

Note

The tool model editor is hidden when collision checks are disabled (Neither Bin or Other objects are selected).

Some tool models have optional geometries that can be enabled or disabled. Two common ones are the Base sphere, which typically contains (part of) the robot wrist, and the Camera box, which represents the camera volume in robot-mounted camera setups.

The example below compares the actual robot tool with the model used by Pickit. It shows a tool model consisting of a gripper attached to a long extension cylinder, a robot-mounted camera and a sphere around the robot wrist.

../../_images/tool_model_real_vs_model.png

Tip

It is recommended that the robot tool model is slightly larger than the actual tool, to have a safety margin when performing robot motions. If the model is too large (too conservative), objects will be labeled as unpickabe even if they could be picked without collision. Conversely, if the model is smaller than the actual tool, unpickable objects might be labeled as pickable and the robot will collide when picking them.