Skip to content

手写实现BA、PGO及LM优化器,研究相关状态量的变化规律

Notifications You must be signed in to change notification settings

JinXiangLai/BA-and-pose-graph-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

BA-and-pose-graph-problem

仅使用Eigen库手写的一个SLAM BA和位姿图优化求解程序,包括:

class KeyFrame & class Point:分别用于管理pose和point状态量;

class Map:用于管理KeyFrame和Point;

class NonLinearOptimizer:实现了LM算法;

class Simulator:用于产生数据以及打印评估结果。

About

手写实现BA、PGO及LM优化器,研究相关状态量的变化规律

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published