• Stars
    star
    100
  • Rank 339,066 (Top 7 %)
  • Language
    Python
  • Created almost 9 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Raspberry Pi project for a small robotic arm capable of picking up screws and other metallic things

ScrewPicker

A Raspberry Pi project for a small robotic arm capable of picking up screws and other metallic things.

https://youtu.be/bL8fScdBOos

Important parts of the robot arm:

  • 4 Dynamixel AX-12A servos
  • Raspberry Pi camera module
  • a small circuit for the communication Raspberry Pi - servos

The code can be broken down in to three junks. The first junk has servoHandler.py as it's main file. it uses this ax12 library to communicate with the servo motors. The next junk of code processes the image data. It's all about image processing (see ImPro.py, PixelObj.py). And lastly, there's screwPicker.py, which is the main python-file. it should be executed to start the robot arm.

$ sudo python screwPicker.py

Blog post about the project.