diff --git a/README.md b/README.md index 1a4eac2e6439806a804ceab3979e9a52d19b6799..2bf315be8ec13ba558196d321e37b281ddbfaa02 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # Drone Programming +Use "Parrot AR.Drone 2.0 Power Edition" + +## Setup + +### Ubuntu 12.04 + +http://ftp.jaist.ac.jp/pub/Linux/ubuntu-releases/12.04/ + +### Processing 3.3.6 + +Install + +``` +sudo apt-get install openjdk-7-jdk +wget http://download.processing.org/processing-3.3.6-linux64.tgz +tar -xzvf processing-3.3.6-linux64.tgz +``` + +Start + +``` +cd processing-3.3.6 +./processing *inputfile(.pde)* +``` + +### ARDroneForP5