Team 3
https://youtu.be/jIrblh52d84
Here is the code:
Program
BeforeStart
var_1≔get_actual_tcp_pose()
MoveJ
var_1
var_2≔0
Robot Program
Gripper Open
MoveJ
Waypoint_1
Camera Locate
MoveL
Gripper Open
Waypoint_2
Waypoint_3
Gripper Close
Waypoint_2
var_2≔var_2+1
MoveJ
Waypoint_4
If var_2≟1
MoveJ
Waypoint_5
Gripper Open
Waypoint_6
ElseIf var_2≟2
MoveJ
Waypoint_7
Gripper Open
Waypoint_6
ElseIf var_2≟3
MoveJ
Waypoint_8
Gripper Open
Waypoint_6
MoveJ
Waypoint_9
Camera Locate
MoveL
Waypoint_10
Waypoint_11
Gripper Close
Waypoint_10
var_2≔var_2+1
Pallet
Pattern: Line
StartPos_1
EndPos_1
PalletSequence
Approach_1
PatternPoint_1
Gripper Move 69%
Exit_1
Hi Pros,
The challenge is to perform a pick and place with a tray using our camera and gripper.
Provided material :
- 3 Parts
- Foam packaging
The goal is to Identify the 3 parts and place them in the appropriate packaging.To add to the challenge, try to handle both the part being flat and the part being upside.