ori-drs / slam_tutorial

ORIentate tutorial: SLAM and factor graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slam-tutorial

ORIentate tutorial: SLAM and factor graphs

Installation

Use a virtual environment (env in the example), isolated from the system dependencies:

python3 -m venv env && source env/bin/activate

Install the dependencies:

pip install -r requirements.txt

Install the automatic formatting pre-commit hooks (black and flake8), which will check the code before each commit:

pre-commit install

About

ORIentate tutorial: SLAM and factor graphs

License:MIT License


Languages

Language:Jupyter Notebook 53.1%Language:Python 46.9%