Skip to content

Commit

Permalink
Add additional dependency for QGC in WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-mueller committed Jul 25, 2024
1 parent 28d4cdb commit 7d4fe6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if [ ! -f "${PX4_ROS2_ENV_QGROUNDCONTROL_APP}" ]; then
sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl -y
sudo apt install libfuse2 -y
sudo apt install libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor0 -y
sudo apt-get install -y libpulse-dev # Necessary for WSL. See https://github.com/mavlink/qgroundcontrol/issues/10306
wget -P "$PX4_ROS2_ENV_DEFAULT_BASE_DIR" https://github.com/mavlink/qgroundcontrol/releases/download/${QGC_VERSION}/QGroundControl.AppImage
else
echo -e "\033[1;33m--- QGroundControl already installed.\e[0m"
Expand Down

0 comments on commit 7d4fe6f

Please sign in to comment.