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:
- 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- Install required dependancies
pip install numpy matplotlib PyQt5- Run Simulator!
python ik_interactive.py