Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 317 Bytes

Delta_ROBOT_ROS

This repo is for Delta robot control in ROS

TO-DO-LIST

  1. rewrite the inverse kinematic of the delta robot in python, something like this:
def IK(x, y, z): 
   \# steps 
    return Q \# joint positions
  1. control the servo using ardiuno python package
  2. create a catkin workspace