install bc for all simulations

This commit is contained in:
David Jablonski 2020-05-20 03:19:29 +00:00 committed by Julian Oes
parent 982d2a3180
commit e409ec0038
1 changed files with 5 additions and 0 deletions

View File

@ -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 \