• Stars
    star
    6,827
  • Rank 5,776 (Top 0.2 %)
  • Language
    C++
  • License
    MIT License
  • Created over 8 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

NOTE

Slambook 2 has be released since 2019.8 which has better support on Ubuntu 18.04 and has a lot of new features. Slambook 1 will still be available on github but I suggest new readers switch to the second version.

Slambook-en has also been completed recently.

slambook

This is the code written for my new book about visual SLAM called "14 lectures on visual SLAM" which was released in April 2017. It is highy recommended to download the code and run it in you own machine so that you can learn more efficiently and also modify it. The code is stored by chapters like "ch2" and "ch4". Note that chapter 9 is a project so I stored it in the "project" directory.

If you have any questions about the code, please add an issue so I can see it. Contact me for more information: gao dot xiang dot thu at gmail dot com.

These codes are under MIT license. You don't need permission to use it or change it. Please cite this book if you are doing academic work: Xiang Gao, Tao Zhang, Yi Liu, Qinrui Yan, 14 Lectures on Visual SLAM: From Theory to Practice, Publishing House of Electronics Industry, 2017.

In LaTeX: @Book{Gao2017SLAM, title={14 Lectures on Visual SLAM: From Theory to Practice}, publisher = {Publishing House of Electronics Industry}, year = {2017}, author = {Xiang Gao and Tao Zhang and Yi Liu and Qinrui Yan}, }

Contents

  • ch1 Preface
  • ch2 Overview of SLAM & linux, cmake
  • ch3 Rigid body motion & Eigen
  • ch4 Lie group and Lie Algebra & Sophus
  • ch5 Cameras and Images & OpenCV
  • ch6 Non-linear optimization & Ceres, g2o
  • ch7 Feature based Visual Odometry
  • ch8 Direct (Intensity based) Visual Odometry
  • ch9 Project
  • ch10 Back end optimization & Ceres, g2o
  • ch11 Pose graph and Factor graph & g2o, gtsam
  • ch12 Loop closure & DBoW3
  • ch13 Dense reconstruction & REMODE, Octomap

slambook (中文说明)

我最近写了一本有关视觉SLAM的书籍,这是它对应的代码。书籍将会在明年春天由电子工业出版社出版。

我强烈建议你下载这个代码。书中虽然给出了一部分,但你最好在自己的机器上编译运行它们,然后对它们进行修改以获得更好的理解。这本书的代码是按章节划分的,比如第二章内容在”ch2“文件夹下。注意第九章是工程,所以我们没有”ch9“这个文件夹,而是在”project“中存储它。

如果你在运行代码中发现问题,请在这里提交一个issue,我就能看到它。如果你有更多的问题,请给我发邮件:gaoxiang12 dot mails dot tsinghua dot edu dot cn.

本书代码使用MIT许可。使用或修改、发布都不必经过我的同意。不过,如果你是在学术工作中使用它,建议你引用本书作为参考文献。

引用格式: 高翔, 张涛, 颜沁睿, 刘毅, 视觉SLAM十四讲:从理论到实践, 电子工业出版社, 2017

LaTeX格式: @Book{Gao2017SLAM, title={视觉SLAM十四讲:从理论到实践}, publisher = {电子工业出版社}, year = {2017}, author = {高翔 and 张涛 and 刘毅 and 颜沁睿}, lang = {zh} }

目录

  • ch2 概述,cmake基础
  • ch3 Eigen,三维几何
  • ch4 Sophus,李群与李代数
  • ch5 OpenCV,图像与相机模型
  • ch6 Ceres and g2o,非线性优化
  • ch7 特征点法视觉里程计
  • ch8 直接法视觉里程计
  • ch9 project
  • ch10 Ceres and g2o,后端优化1
  • ch11 g2o and gtsam,位姿图优化
  • ch12 DBoW3,词袋方法
  • ch13 稠密地图构建

关于勘误,请参照本代码根目录下的errata.xlsx文件。此文件包含本书从第一次印刷至现在的勘误信息。勘误将随着书籍的印刷版本更新。

备注

百度云备份:[https://pan.baidu.com/s/1slDE7cL] Videos: [https://space.bilibili.com/38737757]

More Repositories

1

slambook2

edition 2 of the slambook
C++
5,365
star
2

slam_in_autonomous_driving

《自动驾驶中的SLAM技术》对应开源代码
C++
1,864
star
3

slambook-en

The English version of 14 lectures on visual SLAM.
TeX
1,448
star
4

faster-lio

Faster-LIO: Lightweight Tightly Coupled Lidar-inertial Odometry using Parallel Sparse Incremental Voxels
C++
1,029
star
5

ORBSLAM2_with_pointcloud_map

C++
842
star
6

rgbd-slam-tutorial-gx

code for the rgbd-slam tutorial written in cnblogs
C++
551
star
7

ORB-YGZ-SLAM

C++
471
star
8

ygz-stereo-inertial

a stereo-inertial visual odometry
C++
263
star
9

octomap_tutor

A tutorial about octomap. Please check my blog for detail: cnblogs.com/gaoxiang12
CMake
214
star
10

g2o_ba_example

An easy example of doing bundle adjustment within two images using g2o.
CMake
130
star
11

state-estimation-exercises

The exercises in Barfoot's book: state estimation for robotics
TeX
103
star
12

rgbd-slam-tutor2

The second version of RGBD SLAM tutorial. We will discuss more about pnp, tracking, multi-thread and loop closure methods. Please refer to my blog for details: www.cnblogs.com/gaoxiang12 .
C++
100
star
13

slam3d_gx

A 3d SLAM program, using novel plane ICP
C++
63
star
14

slam-in-ad-en

English version of slam in autunomous driving
TeX
56
star
15

zed-slam

This is a light weight slam desinged for the stereo sensor zed.
C++
24
star
16

follower_TLD

A follower robot program using OpenTLD tracking algorithm. Run in ROS.
C++
13
star
17

slam_gx

my slam program, based on g2o, opencv and pcl. Trying to run it in Turtlebot.
C++
5
star
18

research

research code
C++
1
star
19

interact_segmentation

1
star
20

study-gx

My study code will be put here.
1
star