JinXiangLai's Stars
geph-official/geph4-client
Geph (迷霧通) is a modular Internet censorship circumvention system designed specifically to deal with national filtering.
tum-vision/lsd_slam
LSD-SLAM
JakobEngel/dso
Direct Sparse Odometry
StevenCui/VIO-Doc
主流VIO论文推导及代码解析
Little-Potato-1990/localization_in_auto_driving
zm0612/eskf-gps-imu-fusion
误差状态卡尔曼ESKF滤波器融合GPS和IMU,实现更高精度的定位
HeYijia/PL-VIO
monocular visual inertial system with point and line features
KinglittleQ/SuperPoint_SLAM
SuperPoint + ORB_SLAM2
zhouyong1234/SLAM-All-In-One
SLAM汇总,包括多传感器融合建图、定位、VIO系列、常用工具包、开源代码注释和公式推导、文章综述
fabianschenk/RESLAM
RESLAM: A real-time robust edge-based SLAM system
gaschler/rotationconverter
Simple HTML+JS page to convert between different 3D rotation formats, quaternion, Rodrigues angles, etc.
xieqi1/VINS-Mono-noted
detailed chinese notes for vins-mono
yyccR/papers
Some papers that have been of great help in my work, especially in the fields of ML and DL.
zjudmd1015/icp
C++ implementation of 3-dimensional ICP (Iterative Closest Point) method.
ZuoJiaxing/Learn-ORB-VIO-Stereo-Mono
Stereo and Mono VIO, Visual Inertial, ORB-SLAM2
mpkuse/edge_alignment
Ros package for Edge Alignment with Ceres solver
JamesLiao714/IPM-master
Inverse Perspective Mapping
visionbike/AdaptiveIPM
Inverse Perspective Mapping
TotoroJason/RANSAC
随机采样一致性算法,是在Ziv Yaniv的c++实现上重新实现了一次,加了中文注释,修正了一个错误。便于理解算法实现
xinyang-go/eskf
误差状态卡尔曼滤波器(Error State Kalman Filter, ESKF)
rbv188/IMU-algorithm
Sensor fusion algorithm to determine roll and pitch in 6-DOF IMUs
liuzhenboo/orb-extractor
基于orbslam2的orb特征点提取器
ran5515/ORBSLAM3-NoPangolin
disable pangolin to enable it running on the server
B10532021/IPM
JinXiangLai/BA-and-pose-graph-problem
手写实现BA、PGO及LM优化器,研究相关状态量的变化规律
JinXiangLai/Basic-Mathematical-problems-of-SLAM
总结SLAM中基本的数学问题,并手写主要算法程序实现
JinXiangLai/Octree-Map
手写一个支持快速查询,支持任意动态扩展的八叉树地图
JinXiangLai/Accelerator-bias-resolvability-in-VIO-system
手写实现VI-SFM与ESKF算法来研究acc bias在对应系统的收敛特性
JinXiangLai/EKF-SLAM-with-numpy
The realizaton of traditional ekf slam
JinXiangLai/Research-and-realization-on-Probabilistic-Robotis-algorithm
《Probabilistic Robotics》算法研究及相关代码手写实现