LogoLogo
robomindsInterested in our solutions?
robobrain®
robobrain®
  • Manual robobrain®
  • robobrain®
    • robobrain® product documentation
      • Unboxing the robobrain®
      • robobrain® - installation and setup
        • Connecting the hardware
        • Setting up the network connection
        • Connecting the camera
      • User Interface
        • robobrain.cloud
        • Camera Settings
        • Hand-Eye-Calibration
        • Setting Up Bins
        • Creating a Workspace
        • robobrain® Operation
      • AI Skills
  • Robots
    • Robot Interfaces
      • Universal Robots
        • UR: Installation and setup
        • UR: robobrain® URCap
          • URCap: Landmark node
          • URCap: Calibration node
          • URCap: "robobrain PickPose" node
          • URCap: Functions
          • URCap: Detections list
        • UR: Example picking program
      • FANUC
        • FANUC: Installation and setup
          • Network and communication settings
          • Installation
        • FANUC: robobrain® interface
          • FANUC: Functions
          • FANUC: Used registers
        • FANUC: Hand-eye-calibration
        • FANUC: Workspace setup
        • FANUC: Example picking program
        • FANUC: Downloads
  • External Interfaces
    • Software interfaces
      • robobrain® RAP Python client
      • robobrain® RAP C++ client
      • robobrain® ROS2 Node
  • Helpdesk
    • FAQs & Troubleshooting
  • Technical documentation
    • EU Declaration of Conformity
Powered by GitBook

robominds GmbH

  • Moosacher Str. 42
  • 80809 München

Contact

  • support@robominds.de
  • +49 89 200 657 990
On this page
  1. Robots
  2. Robot Interfaces
  3. Universal Robots
  4. UR: robobrain® URCap

URCap: "robobrain PickPose" node

PreviousURCap: Calibration nodeNextURCap: Functions

Last updated 1 year ago

The robobrain: Pick Pose node enables you to include the robominds skills into your robot program. Depending on your application, this is where you would choose, for example, the Smart Item Detection or the Load Carrier Detection Skill for your robot program.

Once you've clicked on the robobrain: Pick Pose function in the menu on the left, the code block depicted in the following image will be inserted into your program. In the first step, you need to click on Configure in order to select the appropriate skill, workspace and pre pick pose offset.

With the parameter Pre Pick Pose Z Offset (m) you determine the distance from which the robot will approach the picked item linearly. If you use the robobrain® system for bin picking applications, it is recommended to set this parameter to at least the height of your bin.

Once the item has been picked and the robot has moved back to the position rb_pre_pose, the code block includes an if statement in order to validate whether the robot has actually picked up the object or, for example, lost it during operation. If you're also using the robominds LEDgripper, you could for instance check the voltage level of the built-in vacuum sensor.