From 9345bd902f1ed4c1d42c391b63c24cfb982f34bc Mon Sep 17 00:00:00 2001 From: Woen-Sug Choi Date: Wed, 23 Oct 2024 17:23:09 +0900 Subject: [PATCH] link fix --- extras/mavros-ubuntu-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/mavros-ubuntu-install.sh b/extras/mavros-ubuntu-install.sh index 4a21fd26..2be2f5cd 100644 --- a/extras/mavros-ubuntu-install.sh +++ b/extras/mavros-ubuntu-install.sh @@ -19,7 +19,7 @@ export MAVROS_RELEASE=ros2 export MAVLINK_RELEASE=release/rolling/mavlink mkdir -p "/opt/mavros/src" && cd "/opt/mavros" || exit vcs import --force --shallow --retry 0 \ - --input https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/extras/repos/mavros.jazzy.repos src + --input "https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/extras/repos/mavros.jazzy.repos" src # Install MAVROS dependencies apt update && apt install -y libasio-dev libtinyxml2-dev python3-dev \