Skip to content

Commit 4075eba

Browse files
committed
up
1 parent 2bc62d0 commit 4075eba

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ pip install liegroups
347347
- [A Comparison of Modern General-Purpose Visual SLAM Approaches](https://arxiv.org/pdf/2107.07589)
348348
- [ETH3D](https://www.eth3d.net/slam_overview)
349349
- [rvp group](https://rvp-group.net/slam-dataset.html)
350+
- [M3DGR: A Multi-sensor, Multi-scenario and Massive-baseline SLAM Dataset for Ground Robots](https://github.com/sjtuyinjie/M3DGR)
350351

351352

352353
# [Lidar and IMU LIO](#)
@@ -360,6 +361,7 @@ pip install liegroups
360361
- [LIO-SAM](https://github.com/TixiaoShan/LIO-SAM/tree/ros2)
361362
- [GLIM](https://github.com/koide3/glim)
362363
- [Lidar-Monocular Visual Odometry](https://github.com/johannes-graeter/limo)
364+
- [Fast LiDAR SLAM](https://github.com/93won/lidar_odometry)
363365

364366

365367

@@ -408,6 +410,11 @@ pip install liegroups
408410
- [MAGiC-SLAM: Multi-Agent Gaussian Globally Consistent SLAM](https://vladimiryugay.github.io/magic_slam/index.html)
409411
- [Speedy MASt3R](https://arxiv.org/html/2503.10017v1)
410412
- [CURL-MAP](https://github.com/SenseRoboticsLab/CURL-MAP)
413+
- [Depth-Anything-3](https://github.com/ByteDance-Seed/Depth-Anything-3)
414+
- [SLAM3R Real-Time Dense Scene Reconstruction from Monocular RGB Videos](https://github.com/PKU-VCL-3DV/SLAM3R)
415+
- [Human3R: Everyone Everywhere All at Once](https://github.com/fanegg/Human3R)
416+
- [Describe Anything, Anywhere, at Any Moment (DAAAM)](https://github.com/MIT-SPARK/DAAAM)
417+
- [Generative View Stitching](https://github.com/andrewsonga/generative_view_stitching)
411418

412419

413420
# [Gaussian Splat](#)
@@ -440,7 +447,8 @@ pip install liegroups
440447
- [Awesome-LiDAR-Camera-Calibration](https://github.com/Deephome/Awesome-LiDAR-Camera-Calibration)
441448

442449

443-
450+
# [Courses](#)
451+
- [MIT16.485 - Visual Navigation for Autonomous Vehicles](https://vnav.mit.edu/)
444452

445453

446454
# [E-Books and Refs](#)

docs/factor_graph_gtsam_isam2.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "a0540e10-f4ec-490b-bd45-1ac2752b224c",
6+
"metadata": {},
7+
"source": [
8+
"## Factor Graphs and Robust Perception | Michael Kaess \n",
9+
"Refs: [1](https://youtu.be/JmR2YpkLNt0?t=1124)"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"id": "d859cb41-3d26-4b2a-9eb0-ab96d7ac55d9",

0 commit comments

Comments
 (0)