From 3af95cc3da33b0773cbcd009117c09154aa7b426 Mon Sep 17 00:00:00 2001 From: Philippe Hamelin Date: Tue, 6 Oct 2015 11:56:12 -0400 Subject: [PATCH] scripts: add catkin_pkg and python-empy to Ubuntu prerequisites --- Tools/scripts/install-prereqs-ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/scripts/install-prereqs-ubuntu.sh b/Tools/scripts/install-prereqs-ubuntu.sh index 5747f51665..93a89b0c55 100755 --- a/Tools/scripts/install-prereqs-ubuntu.sh +++ b/Tools/scripts/install-prereqs-ubuntu.sh @@ -7,10 +7,10 @@ OPT="/opt" BASE_PKGS="gawk make git arduino-core curl" SITL_PKGS="g++ python-pip python-matplotlib python-serial python-wxgtk2.8 python-scipy python-opencv python-numpy python-pyparsing ccache realpath" AVR_PKGS="gcc-avr binutils-avr avr-libc" -PYTHON_PKGS="pymavlink MAVProxy droneapi" +PYTHON_PKGS="pymavlink MAVProxy droneapi catkin_pkg" PX4_PKGS="python-serial python-argparse openocd flex bison libncurses5-dev \ autoconf texinfo build-essential libftdi-dev libtool zlib1g-dev \ - zip genromfs" + zip genromfs python-empy" BEBOP_PKGS="g++-arm-linux-gnueabihf" UBUNTU64_PKGS="libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386" ASSUME_YES=false