This repo is for Delta robot control in ROS
- rewrite the inverse kinematic of the delta robot in python, something like this:
def IK(x, y, z):
\# steps
return Q \# joint positions
- control the servo using ardiuno python package
- create a catkin workspace