Skip to content

A 2D simulation and GUI for solving RR robot arm inverse kinematics numerically and analytically

Notifications You must be signed in to change notification settings

njanne19/planar_arm_ik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simplified Planar Inverse Kinematics Simulator

This tool helps visualize and debug planar inverse kinematics for a simplified robot arm, and then provides a corrected function for a specified arm, based on the RR IK process. To run this code, do the following:

  1. Clone repository and setup python virtual environment
git clone git@github.com:njanne19/planar_arm_ik.git
cd planar_arm_ik
python -m venv env 
source ./env/bin/activate # On linux/macos 
./env/Scripts/activate # On Windows
  1. Install required dependancies
pip install numpy matplotlib PyQt5
  1. Run Simulator!
python ik_interactive.py

About

A 2D simulation and GUI for solving RR robot arm inverse kinematics numerically and analytically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages