Skip to content

7-DOF Robot arm using PID and torque control & vector-flow stroke generation implementation

Notifications You must be signed in to change notification settings

stevenoh2003/Tacit-learning-robot-arm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Robot-Arm-Control

Tacit learning research project

The program takes in image data and controls the robot arm to recreate the drawing on paper. The arm has 7 degrees of freedom with movable index finger, thumb, wrist, and a 2D linear actuator that the arm is mounted on.

The program includes two types of drawing techniques

  1. Pixel-by-pixel: the arm mvoes in very small steps in both x and y direction to create the draw "pixel-by-pixel"
  2. Stroke simulation: the arm uses an existing state-of-the-art image-to-stroke conversion algorithm to generate stroke paths to recreate an image. In this technique, the arm creates linear or curving strokes to recreate the drawing.

About

7-DOF Robot arm using PID and torque control & vector-flow stroke generation implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%