Update tap and update pre-reqs

Update tap to ardupilot and updated the pre-reqs
This commit is contained in:
Luis Vale Gonçalves 2018-07-07 12:20:41 +01:00 committed by Lucas De Marchi
parent ce9857d77d
commit 0e6780e18b
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ fi
#install xconde dependencies
xcode-select --install
brew tap PX4/homebrew-px4
brew tap ardupilot/homebrew-px4
brew update
brew install genromfs
brew install gcc-arm-none-eabi
@ -26,7 +26,7 @@ else
echo "pip installed"
fi
sudo pip2 install pyserial future catkin_pkg empy
sudo pip2 install pyserial future empy
SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
ARDUPILOT_ROOT=$(realpath "$SCRIPT_DIR/../../")