From 9642045a9fb7a2a239799f749820c653e8e454ff Mon Sep 17 00:00:00 2001 From: Woosik Lee <31552565+WoosikLee2510@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:58:43 -0400 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index a58b886..397cf35 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,7 +1,14 @@ # MINS -A consistent and robust tightly-coupled **Multi-sensor-aided Inertial Navigation System** (MINS) which is capable of -fusing all five sensing modalities (**inertial**, **wheel encoders**, **camera**, **GNSS**, and **LiDAR**) in a filtering -fashion by overcoming the hurdles of computational complexity, sensor asynchronicity, and intra-sensor calibration. +An efficient, robust, and tightly-coupled **Multisensor-aided Inertial Navigation System (MINS)** which is capable of +flexibly fusing all five sensing modalities (**IMU**, **wheel** **encoders**, **camera**, **GNSS**, and **LiDAR**) in a filtering +fashion by overcoming the hurdles of computational complexity, sensor asynchronicity, and intra-sensor calibration. + +Exemplary use case of MINS: +* VINS (mono, stereo, multi-cam) +* GPS-IMU (single, multiple) +* LiDAR-IMU (single, multiple) +* wheel-IMU +* Camera-GPS-LiDAR-wheel-IMU or more combinations. ![alt text](thirdparty/frames.png) ![alt text](thirdparty/kaist38.gif)