jimazeyu / visual_inertial_SLAM

The goal of this project is to implement visual-inertial simultaneous localization and mapping (SLAM) using an extended Kalman filter (EKF).
1 stars 0 forks source link

visual_inertial_SLAM

The goal of this project is to implement visual-inertial simultaneous localization and mapping (SLAM) using an extended Kalman filter (EKF).

Installation

conda create -n vslam python=3.8
conda activate vslam
pip install -r requirements.txt

Usage

  1. Use 'python main.py' to run the code with the default config.
  2. You can adjust the params in "./config/config.yaml" to get different mapping results. The params are clearly defined with annotation.

Results

only mapping 03 only mapping 10
big noise 03 big noise 10
small noise 03 small noise 10