Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.36 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.36 KB

Axis-Reloaded

This project uses 15 servo motors to articulate a robotic hand to rotate a platform, based on the popular project "Axis" made by Mark Setrakian. The hand will automatically correct the platform position if it starts to drift off center. A video of the original device in action can be seen here and our device here.

The control algorithm plan trajectories for each of the 3-DOF fingers and calculates the inverse kinematic solutions to each discritized path. The Product of Exponentials forward kinematic solution is used, as well as a standard root solver for the inverse kinematics.

Hardware

A Raspberry Pi 3 Model B+ runs all the control algorithms. A Logitech C270 webcam provides visual feedback and the servo's used in the fingers are Lynx Motion HT1's.

Resources

Dependencies