From 9febce4dd9368fa0cfae9c7fc94d6170bf9037ad Mon Sep 17 00:00:00 2001 From: Tim Pfeifer <33322971+tipf@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:35:54 +0200 Subject: [PATCH] Update distro info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4009ee9..b43ea5c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Main features are: The libRSF is a CMake project that requires the installation of several dependencies. For convenience, we provide a simple bash script that installs required packages. -It is tested **only for Ubuntu 18.04/20.04**: +It is tested **only for Ubuntu 20.04/22.04**: ```bash git clone https://github.com/TUC-ProAut/libRSF.git @@ -38,7 +38,7 @@ Alternatively, you can install them by your own: + **Eigen** (>= 3.3.5) - **Only for Ubuntu 18.04**, you have to install a current version of Eigen locally. + **Only for Ubuntu < 20.04**, you have to install a current version of Eigen locally. ```bash mkdir -p externals/install