This page demonstrates an application regarding packing via vision control and provides detailed insights of the task development. 


Contents


Application – Video




Scenario


  1. The Pick is a moving location on a conveyor
  2. The Place is a fixed pattern within a box (4x2x2)
  3. A Rethink Robotics vacuum Gripper is used with one vacuum cup
  4. The robot will pick 1 soap bar at a time

Task Bar Configuration


Gripper Information


  • 1 Vacuum cup mounted to the end of a standard Rethink Vacuum Gripper
  • Mass: 440g
  • Length: 110mm


Packaging1.1Gripper.jpg


Packaging1.1EE.png

Task Overview


Note: This task was created using Intera 5.0. Some differences may be seen if you are using newer versions of Intera.


Packaging1.1TaskOverview.png


The Pick 

  1. Create a standard vision pick
  2. Move the pick signal before the pick so the air turns on prior to picking


Packaging1.1Pick.png


 

Vision Node


  1. Train the object
  2. Set the detection criteria and detect the object
    1. Object: Object_1
    2. Action Type: Moving
  3. Set the Pick pose to be a timed move


Packaging1.1Vision.png


The Place

  • Create a Pattern node with a standard place as its child


Packaging1.1Place.png

 

Pattern Node


  1. Define the pattern within the workspace and update location for all 4 corners of the bottom and all 4 corners of the top of the Pattern
    • It is important that you follow the same order (closckwise/counter-clockwise) for both the bottom and top corners
  2. Dimensions: 4x2x2


Packaging1.1Pattern.png


Packaging1.1UpdateLocation.png


Completed Task - Video