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.
- Clone the repository:
git clone https://github.com/loolirer/PyRoLab
- Create a Python Virtual Enviroment (highly recommended);
- Install required dependencies:
pip install -r requirements.txt
- Run the Jupyter Notebooks and change the model parameters as you like.
├── studies/ # Study notebooks
|
└── modules/ # Reusable modules developed by using the notebooks as base
Check above directories for more detailed information.