From e409ec0038221f9f362b6adf03740f1048330093 Mon Sep 17 00:00:00 2001 From: David Jablonski Date: Wed, 20 May 2020 03:19:29 +0000 Subject: [PATCH] install bc for all simulations --- Tools/setup/ubuntu.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 097d6871eb..5a9e2bdc3b 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -173,6 +173,11 @@ if [[ $INSTALL_SIM == "true" ]]; then echo echo "Installing PX4 simulation dependencies" + # General simulation dependencies + sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \ + bc \ + ; + # Java 8 (jmavsim or fastrtps) sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \ ant \