Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiiXu committed May 11, 2019
1 parent a7fe982 commit 893bdcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ Forked from VINS-Mono: https://github.com/HKUST-Aerial-Robotics/VINS-Mono

[VINS-Mono代码解读——视觉惯性联合初始化流程](https://blog.csdn.net/qq_41839222/article/details/88942414)

VINS-Mono理论学习——视觉惯性联合初始化与外参估计
[VINS-Mono理论学习——视觉惯性对齐与外参标定](https://blog.csdn.net/qq_41839222/article/details/89106128)

VINS-Mono代码解读——基于滑动窗口的非线性优化
VINS-Mono代码解读——滑动窗口的边缘化与非线性优化

VINS-Mono理论学习——非线性优化

[VINS-Mono代码解读——回环检测与重定位](https://blog.csdn.net/qq_41839222/article/details/87878550)

Expand Down
2 changes: 1 addition & 1 deletion vins_estimator/src/factor/integration_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using namespace Eigen;


/**
* @class IntegrationBase IMU预积分
* @class IntegrationBase IMU预积分类
* @Description
*/
class IntegrationBase
Expand Down

0 comments on commit 893bdcf

Please sign in to comment.