Browse Source

install bc for all simulations

sbg
David Jablonski 5 years ago committed by Julian Oes
parent
commit
e409ec0038
  1. 5
      Tools/setup/ubuntu.sh

5
Tools/setup/ubuntu.sh

@ -173,6 +173,11 @@ if [[ $INSTALL_SIM == "true" ]]; then @@ -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 \

Loading…
Cancel
Save