Skip to content

martisalcedo7/2d_redundant_ik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Inverse kinematics solver for a 2D redundant robotic arm

Three diferent methods are used to solve the inverse kinematics:

  • Jacobian pseudo transpose
  • Jacobian transpose
  • Jacobian pseudo transpose + null-space

Example of the visualisation:

Example

Usage:

  1. Download the repository
  2. Install the required libraries defined in requeriments.txt
  3. Run the main file providing the solving method (-m, --method):
  • p -> Pseudo transpose
  • t -> Transpose
  • n -> Null space (Default)


E.g.

python3 main.p -m p

About

Inverse kinematics solver for a 2D redundant robotic arm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages