Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Oct 23, 2024
1 parent ab6935c commit 9345bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/mavros-ubuntu-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9345bd9

Please sign in to comment.