Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 606 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 606 Bytes

robot.py

Welcome to the Robotic Simulation Showcase GitHub repository! This repository contains resources and materials for the event dedicated to exploring robotic simulation using Python libraries such as Matplotlib, NumPy, SciPy, SymPy, Control, and Pygame.

Installation

Important libraries required to install

  1. pygame :
  pip3 install pygame
  1. numpy :
  pip3 install numpy
  1. sympy :
  pip3 install sympy
  1. matplotlib :
  pip3 install matplotlib
  1. control :
  pip3 install control
  1. scipy :
  pip3 install scipy