Skip to main content

closeformik Package with dynamic libraries for both Linux and Windows

Project description

closeformik is an analytical inverse kinematics calculation library for a 6-DOF robotic arm. When solving for inverse kinematics, please call the CIK function. The input to the function is eeTform (end-effector flange position), MdhParams (DH parameter table: d, a, alpha, theta), jointlimits (joint angle limits), joint_ref (reference joint angles): A typical application example is:

from cik import CIK

MdhParams = np.array([ [a1, alpha1, d1, theta1], [a2, alpha2, d2, theta2], [a3, alpha3, d3, theta3], [a4, alpha4, d4, theta4], [a5, alpha5, d5, theta5], [a6, alpha6, d6, theta6] ])

Jointlimits = [ [limit_n_j1, limit_p_j1], # Joint 1 [limit_n_j2, limit_p_j2], # Joint 2 [limit_n_j3, limit_p_j3], # Joint 3 [limit_n_j4, limit_p_j4], # Joint 4 [limit_n_j5, limit_p_j5], # Joint 5 [limit_n_j6, limit_p_j6] # Joint 6 ]

sol = CIK(eeTform, MdhParams, Jointlimits, joint_ref=joint_ref)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

CloseformIk-1.0.0-py3-none-any.whl (194.4 kB view details)

Uploaded Python 3

File details

Details for the file CloseformIk-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: CloseformIk-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 194.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for CloseformIk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 85a0a7bc26be6cf5124a60a3bb58c4ec81f071ec2623184ecabf153ccd48ec6f
MD5 e1a5bebbb16caace1da9f24e656ae7fd
BLAKE2b-256 077f56566b90fe3c71f5197b1d6125bb9739fd6bcfa92a887f4e9c95b54fcf7c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page