From 48fd03f6f581985db6d1904955f200303995d353 Mon Sep 17 00:00:00 2001 From: Robbe-vH <115003416+Robbe-vH@users.noreply.github.com> Date: Mon, 6 May 2024 11:47:55 +0200 Subject: [PATCH] Minor fix in prerequisites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cefa9b2..a052a98e 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This package targets the **ROS 2** installation. ROS 2 supported distributions a Some other prerequisites needed for building a firmware using this package are: ``` -sudo apt install python3-rosdep +sudo apt install python3-rosdep2 ``` Building for Android needs [Latest Android NDK](https://developer.android.com/ndk/downloads) to be installed and the following environment variables to be set: