Skip to content

Repository focused on exploring and learning robotics with Python

Notifications You must be signed in to change notification settings

loolirer/PyRoLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🐍🤖 Python Robotics Laboratory

🔍 Overview

This repository is focused on exploring and learning robotics concepts with Python. It is composed of various Jupyter Notebooks which studies are developed using NumPy and Plotly for generating data and visually plotting the analysed models. Each notebook has documented text explaining the math behind the implementations and are usually inspired by an external source.

⚔️ Usage

  1. Clone the repository:
    git clone https://github.com/loolirer/PyRoLab
  2. Create a Python Virtual Enviroment (highly recommended);
  3. Install required dependencies:
    pip install -r requirements.txt
  4. Run the Jupyter Notebooks and change the model parameters as you like.

📂 Organization

├── studies/ # Study notebooks
|
└── modules/ # Reusable modules developed by using the notebooks as base 

Check above directories for more detailed information.


About

Repository focused on exploring and learning robotics with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published