Cyclic Coordinate Descent Inverse Kinematics of n-Link Arm Robot in 2D Space with Python and Matplotlib.
Question : [email protected]
- Python 3
- Numpy
- Matplotlib
# Example robot link parameter
# Total link = 4
# Length link_0 = 50
# Length link_1 = 40
# Length link_2 = 35
# Length link_3 = 30
link = [50, 40, 35, 30]