Skip to content

achilleas2942/Rebartek_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rebartek

PUMA 560 - Achilleas Version

Overview

This project provides a Python implementation for working with the PUMA 560 robotic arm. It includes features for calculating forward and inverse kinematics, visualizing Denavit-Hartenberg (D-H) coordinate frames, and running a simple path planning algorithm.

Instructions

  1. Open the rebartek.py file using Visual Studio (VS) or your preferred Python IDE.
  2. Install all required libraries:
    pip install -r requirements.txt
  3. Run the script:
    python rebartek.py
  4. Follow the on-screen prompts to:
    • Compute forward or inverse kinematics
    • View Denavit-Hartenberg coordinate frames
    • Execute the path planning algorithm

Requirements

  • Python 3.x
  • Libraries:
    • numpy
    • matplotlib

You can install all dependencies using the provided requirements.txt file.

Example

After running the script, you will be guided through a series of options, like choosing to perform forward kinematics or visualizing the robot's coordinate frames.


Feel free to contribute or suggest improvements!

About

PUMA 560 Achilleas Version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages