Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 507 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 507 Bytes

CCD-Inverse-Kinematics-2D

Cyclic Coordinate Descent Inverse Kinematics of n-Link Arm Robot in 2D Space with Python and Matplotlib.

Question : [email protected]

Animation

CCD Inverse Kinematics

Requirement

  1. Python 3
  2. Numpy
  3. Matplotlib

How to Change Total Link and Length of the Link

# 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]