Skip to content

Python package for inverse kinematic calculations of hybrid serial parallel robots

License

Notifications You must be signed in to change notification settings

rtyh12/trip_kinematics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trip_logo

Code Grade codecov Documentation Status example workflow DOI

TriP

TriP is a python library designed to calculate the forward- and inverse-kinematics of rigid mechanisms.

This includes open chains, closed chains, and even combinations of both.

Features

  • Model any robot (including closed and hybrid chains)
  • Generate symbolic representations of forward kinematics
  • Compute Jacobian matrices for differential kinematics
  • Compute the inverse kinematics of arbitrary rigid mechanisms
  • Compute the Inverse Kinematics in position and/or orientation
  • Support arbitrary joint types and quaternions
  • Includes several ready to use examples (TriPed robot, Excavator Arm)
  • TriPs validates the inverse kinematics algorithms with extensive testing using analytic solutions.

Installation

Installing the latest release (recommended):

pip install trip-kinematics

Installing the lnewest version from source:

git clone https://github.com/TriPed-Robot/TriP
cd TriP
pip install src/

Documentation

The documentation can be found here

About

Python package for inverse kinematic calculations of hybrid serial parallel robots

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%