2021年开源SLAM算法集锦

news/2024/7/3 19:22:43

1. TANDEMTracking and Dense Mapping in Real-time using Deep Multi-view Stereo

慕尼黑工业大学Daniel Cremers团队,实时单目跟踪稠密建图纯视觉SLAM,采用Realsense D455(深度传感器+IMU,但只用RGB)。

  • 项目地址:https://vision.in.tum.de/research/vslam/tandem

  • 论文地址:https://arxiv.org/pdf/2111.07418.pdf

  • 源码地址:https://github.com/tum-vision/tandem

2. MonoRec :Semi-Supervised Dense Reconstruction in Dynamic Environments from a Single Moving Camera

慕尼黑工业大学Daniel Cremers团队,半监督单目稠密重建纯视觉SLAM

  • 项目地址:https://vision.in.tum.de/research/monorec\

  • 论文地址:https://arxiv.org/pdf/2011.11814.pdf

  • 源码地址:https://github.com/Brummi/MonoRec

3. Range-MCL:Range Image-based LiDAR Localization for Autonomous Vehicles

波恩大学 Cyrill Stachniss团队,3D  LiDAR户外激光SLAM,采用Passion表面重建和蒙特卡洛定位框架

  • 项目地址:https://www.ipb.uni-bonn.de/research/,https://www.ipb.uni-bonn.de/data-software/

  • 论文地址:https://arxiv.org/pdf/2105.12121.pdf

  • 源码地址:https://github.com/PRBonn/range-mcl

4. MULLS:Versatile LiDAR SLAM via Multi-metric Linear Least Square

ETH苏黎世联邦理工学院、EPFL洛桑联邦理工学院、禾赛科技,激光SLAM

  • 项目地址:https://baug.ethz.ch/en/,https://www.hesaitech.com/zh/,https://sti.epfl.ch

  • 论文地址:https://arxiv.org/pdf/2102.03771.pdf

  • 源码地址:https://github.com/YuePanEdward/MULLS

5. LiLi-OM:Towards High-Performance Solid-State-LiDAR-Inertial Odometry and Mapping

KIT德国卡尔斯鲁厄理工学院,实时紧耦合激光雷达惯性里程计SLAM,特征提取参考固态激光雷达 Livox Horizon 与机械激光雷达Velodyne A-LOAM( HKUST-Aerial-Robotics ),可先参考开源VINS-Fusion(https://github.com/HKUST-Aerial-Robotics/VINS-Fusion)和 LIO-mapping(https://github.com/hyye/lio-mapping)。

  • 项目地址:https://isas.iar.kit.edu/

  • 论文地址:https://arxiv.org/pdf/2010.13150v3

  • 源码地址:https://github.com/KIT-ISAS/lili-om

6. FAST-LIO2:Fast Direct LiDAR-inertial Odometry

FAST-LIO: A Fast, Robust LiDAR-inertial Odometry Package by Tightly-Coupled Iterated Kalman Filter

香港大学张富团队,在FAST-LIO(高效鲁棒性LiDAR、惯性里程库,融合LiDAR特征点和IIMU数据,紧耦合快速EKF迭代)基础上采用ikd-Tree(https://github.com/hku-mars/ikd-Tree)增量建图,原始LiDAR点直接计算里程,支持外部IMU,并支持ARM平台。

  • 项目地址:https://mars.hku.hk

  • 论文地址:https://arxiv.org/pdf/2107.06829v1.pdf 

  • 源码地址:https://github.com/hku-mars/FAST_LIO

  • 相关工作:

ikd-Tree: A state-of-art dynamic KD-Tree for 3D kNN search. https://github.com/hku-mars/ikd-Tree

IKFOM: A Toolbox for fast and high-precision on-manifold Kalman filter. https://github.com/hku-mars/IKFoM

UAV Avoiding Dynamic Obstacles: One of the implementation of FAST-LIO in robot's planning.https://github.com/hku-mars/dyn_small_obs_avoidance

R2LIVE: A high-precision LiDAR-inertial-Vision fusion work using FAST-LIO as LiDAR-inertial front-end.https://github.com/hku-mars/r2live

UGV Demo: Model Predictive Control for Trajectory Tracking on Differentiable Manifolds.https://www.youtube.com/watch?v=wikgrQbE6Cs

FAST-LIO-SLAM: The integration of FAST-LIO with Scan-Context loop closure module.https://github.com/gisbi-kim/FAST_LIO_SLAM

FAST-LIO-LOCALIZATION: The integration of FAST-LIO with Re-localization function module.https://github.com/HViktorTsoi/FAST_LIO_LOCALIZATION

7. R3LIVE:A Robust, Real-time, RGB-colored, LiDAR-Inertial-Visual tightly-coupled state Estimation and mapping package

香港大学张富团队,在R2LIVE(FAST-LIO与VIO)基础上,LiDAR、惯导、视觉多传感器融合SLAM

  • 项目地址:https://mars.hku.hk/

  • 论文地址https://arxiv.org/pdf/2109.07982.pdf

  • 源码地址:https://github.com/hku-mars/r3live

  • 相关工作:

数据集:https://github.com/ziv-lin/r3live_dataset

R2LIVE: A robust, real-time tightly-coupled multi-sensor fusion package.https://github.com/hku-mars/r2live
FAST-LIO: A computationally efficient and robust LiDAR-inertial odometry package.https://github.com/hku-mars/FAST_LIO
ikd-Tree: A state-of-art dynamic KD-Tree for 3D kNN search.https://github.com/hku-mars/ikd-Tree LOAM-Livox: A robust LiDAR Odometry and Mapping (LOAM) package for Livox-LiDAR.https://github.com/hku-mars/loam_livox
openMVS: A library for computer-vision scientists and especially targeted to the Multi-View Stereo reconstruction community.https://github.com/cdcseacave/openMVS
VCGlib: An open source, portable, header-only Visualization and Computer Graphics Library.https://github.com/cnr-isti-vclab/vcglib
CGAL: A C++ Computational Geometry Algorithms Library.https://www.cgal.org/,https://github.com/CGAL/cgal

8. GVINS: tightly coupled GNSS-visual-inertial fusion for smooth and consistent state estimation 

香港科技大学沈邵劼团队,之前开源VINS-Mono(https://github.com/HKUST-Aerial-Robotics/VINS-Mono),VINS-Fusion(https://github.com/HKUST-Aerial-Robotics/VINS-Fusion),GVINS是基于GNSS、视觉、惯导紧耦合多传感器融合平滑一致状态估计。

  • 项目地址:https://uav.hkust.edu.hk

  • 论文地址:https://arxiv.org/pdf/2103.07899.pdf

  • 源码地址:https://github.com/HKUST-Aerial-Robotics/GVINS

  • 相关资源:

http://www.rtklib.com/ 系统框架及VIO部分采用VINS-Mono,相机建模采用camodocal(https://github.com/hengli/camodocal),ceres(http://ceres-solver.org/)优化。 

RTKLIB: An Open Source Program Package for GNSS Positioning,An Open Source Program Package for GNSS Positioning

9. LVI-SAM:Tightly-coupled Lidar-Visual-Inertial Odometry via Smoothing and Mapping

MIT麻省理工学院TixiaoShan(之前开源LIO-SAM,https://github.com/TixiaoShan/LIO-SAM),激光、视觉、惯性紧耦合多传感器融合SLAM,里程计建图系统层联合LIO-SAM与Vins-Mono优势,依赖与ROS、gtsam、Ceres库。

  • 项目地址:https://git.io/lvi-sam,https://dusp.mit.edu/,https://senseable.mit.edu/,https://www.ams-institute.org/

  • 论文地址:https://arxiv.org/pdf/2104.10831.pdf

  • 源码地址:https://github.com/TixiaoShan/LVI-SAM

10. DSP-SLAM:Object Oriented SLAM with Deep Shape Priors

伦敦大学,基于ORB-SLAM2,面向对象语义SLAM

  • 项目地址:https://jingwenwang95.github.io/dsp-slam

  • 论文地址:https://arxiv.org/pdf/2108.09481v2.pdf

  • 源码地址:https://github.com/JingwenWang95/DSP-SLAM

11. UV-SLAM: Unconstrained Line-based SLAM Using Vanishing Points for Structural Mapping 

KAIST韩国科学技术院,采用消隐点实现无约束线特征结构化建图,克服传统线重投影测量模型中仅利用 Plücker坐标线法向量。

  • 论文地址:https://arxiv.org/pdf/2112.13515.pdf

  • 源码地址:https://github.com/url-kaist/UV-SLAM,源码即将上传

  • 相关研究:Avoiding Degeneracy for Monocular Visual SLAM with Point and Line Features
    ALVIO: Adaptive Line and Point Feature-Based Visual Inertial Odometry for Robust Localization in Indoor Environments,源码未上传https://github.com/ankh88324/ALVIO

12. Autonomous Navigation System from Simultaneous Localization and Mapping

克拉克森大学, 基于slam室内导航软件架构,应用于智能轮椅

  • 论文地址:https://arxiv.org/pdf/2112.07723.pdf

  • 源码地址:https://github.com/michealcarac/VSLAM-Mapping

13. MegBA: A High-Performance and Distributed Library for Large-Scale Bundle Adjustment

爱丁堡大学、旷视科技,大规模BA算法 ,GPU分布式计算

  • 论文地址:https://arxiv.org/pdf/2112.01349v2.pdf

  • 源码地址:https://github.com/MegviiRobot/MegBA

14. Fast Direct Stereo Visual SLAM

明尼苏达大学,快速准确立体视觉SLAM,不依赖于特征探测与匹配。作者从单目DSO扩展到双目系统,通过3D点最小光度误差优化双目配置尺度。

  • 论文地址:https://arxiv.org/pdf/2112.01890.pdf

  • 源码地址:https://github.com/IRVLab/direct_stereo_slam

  • 相关工作:Direct Sparse Odometry,A Photometrically Calibrated Benchmark For Monocular Visual Odometry,https://github.com/JakobEngel/dso

15. MSC-VO: Exploiting Manhattan and Structural Constraints for Visual Odometry

巴利阿里群岛大学,基于RGB-D视觉里程计,融合点与线特征,结构化约束。

  • 论文地址:https://arxiv.org/pdf/2111.03408.pdf

  • 源码地址:https://github.com/joanpepcompany/MSC-VO


http://lihuaxi.xjx100.cn/news/246863.html

相关文章

java连接数据库不使用框架_实体框架数据库连接不重新连接

我在Entity Framework中遇到了数据库连接问题 . 我在ASP.NET MVC 3 Web应用程序中使用EF 4.1.10331,但它也因EF 5而失败 .当我的Web应用程序启动时,由于某种原因SQL Server不可用,该网站抛出一个错误,这是好的 .当SQL Server再次可…

[MySQL]Every derived table must have its own alias

2019独角兽企业重金招聘Python工程师标准>>> 关于这条报错信息,意思是指每个派生出来的表都必须有一个自己的别名。 _mysql_exceptions.OperationalError: (1248, Every derived table must have its own alias) 如下两条select语句可以说明这个问题&am…

# 学号 2017-2018-20172309 《程序设计与数据结构》第十一周学习总结

---恢复内容开始--- 学号 2017-2018-20172309 《程序设计与数据结构》第十一周学习总结 教材学习内容总结 第23章 初识Android操作系统:一个多用户的Linux系统,一个运用程序运行时与其他的运用运行是独立的。发展:在Android4.4之前所有的应用…

outlook2010 打开总是提示“正在加载配置文件”

公司员工的电脑一打开OUTLOOK2010的时候,总是提示“正在加载配置文件”,要重新启动,还是无法打开,尝试了卸载和重装的方法也没有用.其实,只需下载一个windows search 4.0即可解决.转载于:https://blog.51cto.com/shidilun/1400227

Tesla AutoPilot纯视觉方案解析

Tesla在AI day上公布他们的视觉解决方案,其核心模板的名字也叫HydraNet,解决了实时感知问题。本文简要详细介绍一下 1. Tesla视觉系统的输入和输出 图一,Tesla视觉感知系统的输入和输出Tesla的视觉系统由8个摄像头环绕车身,视野范…

java 品尝饮料_那些年我喝过的饮料

印象中小的时候口渴总是很着急,而开水又凉得很慢,后来长大点,开始喝生水,原来家里没有水管的,我家有口大水缸,是石头凿的,平时父母打水来装满,里面放个水瓢,用盖子盖好。…

linux严谨的telnet搭建并用防火墙开通与禁行

今天本打算练练防火墙iptables的东西,本想拿telnet的23号端口练手,没想到在敲实验的时候遇到了些曲折,经过一番努力,把本次实验过程生成文档。实验环境:rhel5.6及系统盘实验目的:通过iptables对telnet服务2…

css左固定右自适应常用方法

下面是几种方法的公用部分&#xff08;右自适应也是一样的&#xff0c;换一下方向&#xff09; html: <div class"demo"> <div class"sidebar">我是固定的</div> <div class"content">我是自适应的</div> </di…