From 483d283eaefe93b93408a12ac63f4951155c03ec Mon Sep 17 00:00:00 2001 From: KazushiKawamura Date: Wed, 24 Oct 2018 21:10:50 +0900 Subject: [PATCH] update README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 1a4eac2..2bf315b 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 -- 2.22.0