Talk:AR Drone 2/getting started advanced

From PaparazziUAV
Revision as of 16:36, 14 August 2013 by Laurentc (talk | contribs) (Created page with " proposition de changement pour le chapitre "Get the sourcecode" ============================== Now we need to get the Paparazzi sourcecode $ mkdir -p ~/develop $ cd ~/develo…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

proposition de changement pour le chapitre "Get the sourcecode"

==================

Now we need to get the Paparazzi sourcecode

$ mkdir -p ~/develop
$ cd ~/develop
$ git clone https://github.com/RoboticaTUDelft/paparazzi.git

Or if you want to use AR Drone and Paparazzi control via SDK

$ git checkout minor2

This will create a directory named Paparazzi in the folder called 'develop'

=====================

should be i think, even though i am a linux newbie, and paparazzi newbie, something like:

=====================

Now we need to get the Paparazzi sourcecode

$ mkdir -p ~/develop
$ cd ~/develop
$ git clone https://github.com/RoboticaTUDelft/paparazzi.git paparazzi

This will create a directory named Paparazzi in the folder called 'develop'

If instead of the RAW mode, you want Paparazzi to control the AR Drone via the AR Drone SDK, then select another source code branch

$ git checkout minor2