Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 793 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 793 Bytes

Two-Link Manipulator Simulation

This project provides a simulation of a two-link planar robotic manipulator using Python and matplotlib.

Description

The Two-Link Manipulator class simulates the motion of a two-link robotic arm in a 2D plane. It allows users to specify the lengths of the two links and the rotation angles of the joints. The simulation calculates the forward kinematics of the manipulator and visualizes its motion using matplotlib.

Development Status

This project is currently under development and may have incomplete features or bugs. Contributions and feedback are welcome!

Installation

To use this project, you need to have Python installed on your system. You can install the required dependencies using pip:

''' bash pip install numpy matplotlib

'''