1 / 6

Vision-Controlled Robotic Arm

Austin Hou - RISE. Vision-Controlled Robotic Arm. Objectives . Communicate with and control a CRS F3 robotic arm Integrate computer vision into the system. Hardware. Hardware . F3 Robotic arm with 6 degrees of freedom The same arm that was used in the Human Genome Project

tovah
Télécharger la présentation

Vision-Controlled Robotic Arm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Austin Hou - RISE Vision-Controlled Robotic Arm

  2. Objectives • Communicate with and control a CRS F3 robotic arm • Integrate computer vision into the system

  3. Hardware

  4. Hardware • F3 Robotic arm with 6 degrees of freedom • The same arm that was used in the Human Genome Project • High precision, made for performing tasks that require little human input • CRS C500 controller • Allows for serial communications with another device for commands, diagnostics, etc. • Connects to a controller pendant that has a range of abilities that is used through a keypad

  5. Software • Main section: serial communication through python • Robot is normally controlled through proprietary software (Robcomm) • By taking over serial communication when the connection is made, the input/output stream can be redirected • The main section accepts user input, writes it to serial, waits for outputs, and repeats.

  6. Software • Modules • Control can be redirected to a module • Main module is simpleCV control • A red dot is waved in front of the webcam • This is recognized, and based on the position of the dot, the arm moves • Another module controls through a front-mounted camera • Any webcam mounted to the front will do • If a dot is detected, the robot will move to face it • Smaller modules • Keyboard control (WASDQE)

More Related