kimsoohwan / fastcampus_slam_codes

Code exercises for the SLAM course in 'Computer Vision, LiDAR processing, and Sensor Fusion for Autonomous Driving' lecture series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastcampus_slam_codes

This repository contains code exercises for the SLAM section in the lecture series - 'Computer Vision, LiDAR processing, and Sensor Fusion for Autonomous Driving' at FastCampus. This lecture series is delivered in Korean language.

How to use

Most of the code exercises are based on the base docker image. The base docker image contains numerous C++ libraries for SLAM, such as OpenCV, Eigen, Sophus, PCL, and ceres-solver.

You can build the base docker image using the following command.

docker build . --tag slam:latest --progress=plain

Table of contents

Acknowledgements

ORB-SLAM 2/3 authors, DynaVINS authors, CubeSLAM authors, HDL-Graph-SLAM authors, KISS-ICP authors, SHINE-Mapping authors, and all the authors of the libraries used in this repository.

About

Code exercises for the SLAM course in 'Computer Vision, LiDAR processing, and Sensor Fusion for Autonomous Driving' lecture series


Languages

Language:C++ 75.3%Language:Python 11.1%Language:Dockerfile 8.5%Language:CMake 5.1%