From 9e7dd16a55de8e92720308e1ec9925c2bd9166ef Mon Sep 17 00:00:00 2001 From: Matthias Mayr Date: Tue, 7 Nov 2023 09:19:11 +0000 Subject: [PATCH] Chore: Adds rosdep to install script --- scripts/install_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 6af69de..6f22830 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -1,5 +1,5 @@ #!/bin/bash - +sudo apt install python3-rosdep if [ ! -d "src" ] then print "This script should be run in a catkin workspace. Exiting." @@ -43,4 +43,4 @@ sudo make install cd ../.. # Rebuild the library cache -sudo ldconfig \ No newline at end of file +sudo ldconfig