Difference between revisions of "Talk:AR Drone 2/getting started advanced"

From PaparazziUAV
Jump to navigation Jump to search
(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…")
(No difference)

Revision as of 16:36, 14 August 2013

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