From a60a77f37947f041ca590a315f01593af7ca2fac Mon Sep 17 00:00:00 2001 From: MigVega Date: Sun, 8 Sep 2024 19:17:34 +0200 Subject: [PATCH] REadme update --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7e3eb34..639c5db 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,14 @@ Align and correct your LiDAR-based SLAM data with a reference map or a previous [//]: # (#### [[ArXiv Paper (better images)](https://arxiv.org/abs/2408.15948)] [[Paper](https://link.springer.com/article/10.1007/s41693-024-001)] [[Data](https://mediatum.ub.tum.de/1743877)]) + +[//]: # (#### [![CMake on a single platform](https://github.com/MigVega/SLAM2REF/actions/workflows/cmake-single-platform.yml/badge.svg)](https://github.com/MigVega/SLAM2REF/actions/workflows/cmake-single-platform.yml) + +

+ + Build + ArXiv Paper (better images)Paper (nicer to read)Data @@ -73,6 +80,11 @@ The following image presents a very brief overview of how the method works. ## How to Run the Code +### Compatibility Note + +This project has been tested only on **Ubuntu 20.04**. While it may potentially run on **Ubuntu 22.04**, it would require the latest version of GTSAM and adjustments in the `BetweenFactorWithAnchoring` class to be compatible. + + ### 0. Installing the Dependencies - We recommend to install GTSAM, Open 3D from source. Moreover you need Open CV and PCL.