Skip to content

calvang/kinematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kinematics Python and TypeScript Modules

Python3 and TypScript implementations of kinematics for a custom 6-axis robotic arm. The 2D kinematic functions are applicable to any 2D constrained systems.

Usage

To install dependencies for the Python3 module, type:

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

For the TypeScript module, you must have TypeScript installed, and preferably ts-node:

npm i -g typscript ts-node

To test that everything is working, run:

python3 test.py & ts-node test.ts

About

Implementation of various inverse kinematic algorithms, including gradient descent, Jacobian transpose, and FABRIK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors