Skip to content

Commit

Permalink
Merge branch 'master' of github.com:paparazzi/paparazzi into stm_i2c
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Mar 15, 2012
2 parents ae606a1 + 16b757a commit 37cf82d
Show file tree
Hide file tree
Showing 87 changed files with 2,263 additions and 3,258 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -129,6 +129,7 @@
/sw/logalizer/ivy_example
/sw/logalizer/motor_bench
/sw/logalizer/tmclient
/sw/logalizer/openlog2tlm

# /sw/simulator/
/sw/simulator/gaia
Expand Down
1 change: 1 addition & 0 deletions BUGS
@@ -1,2 +1,3 @@
We count on your for finding them

Please see the bug/issue tracker on https://github.com/paparazzi/paparazzi/issues
100 changes: 0 additions & 100 deletions README

This file was deleted.

69 changes: 69 additions & 0 deletions README.md
@@ -0,0 +1,69 @@
Paparazzi UAS
=============

Paparazzi is an attempt to develop a free software Unmanned (Air) Vehicle System.
As of today the system is being used successfuly by a number of hobyists, universities and companies all over the world, on vehicle of various size ( 100g to 25Kg ) and of various nature ( fixed wing, rotorcrafts, boats and surface vehicles).

Up to date information is available in the wiki http://paparazzi.enac.fr

and from the mailing list [paparazzi-devel@nongnu.org] (http://savannah.nongnu.org/mail/?group=paparazzi)
and the IRC channel (freenode, #paparazzi).


Required Software
-----------------

Installation is described in the wiki (http://paparazzi.enac.fr/wiki/Installation).

For Ubuntu users, required packages are available in the [paparazzi-uav PPA] (https://launchpad.net/~paparazzi-uav/+archive/ppa),
Debian users can use http://paparazzi.enac.fr/debian


- **paparazzi-dev** is the meta-package that depends on everything needed to compile and run the ground segment and the simulator.
- **paparazzi-arm-multilib** ARM cross-compiling toolchain for LPC21 and STM32 based boards.
- **paparazzi-omap** toolchain for the optional Gumstix Overo module available on lisa/L.
- **paparazzi-jsbsim** is needed for using JSBSim as flight dynamic model for the simulator.


Directories quick and dirty description:
----------------------------------------

_conf_: the configuration directory (airframe, radio, ... descriptions).

_data_: where to put read-only data (e.g. maps, terrain elevation files, icons)

_doc_: documentation (diagrams, manual source files, ...)

_sw_: software (onboard, ground station, simulation, ...)

_var_: products of compilation, cache for the map tiles, ...


Compilation and demo simulation
-------------------------------

1. type "make" in the top directory to compile all the libraries and tools.

2. "./paparazzi" to run the Paparazzi Center

3. Select the "Microjet" aircraft in the upper-left A/C combo box.
Select "sim" from upper-middle "target" combo box. Click "Build".
When the compilation is finished, select "Simulation" from
the upper-right session combo box and click "Execute".

4. In the GCS, wait about 10s for the aircraft to be in the "Holding point" navigation block.
Switch to the "Takeoff" block (lower-left blue airway button in the strip).
Takeoff with the green launch button.

Uploading of the embedded software
----------------------------------

1. Power the flight controller board while it is connected to the PC with the USB cable.

2. From the Paparazzi center, select the "ap" target, and click "Upload".


Flight
------

1. From the Paparazzi Center, select the flight session and ... do the same than in simulation !

0 comments on commit 37cf82d

Please sign in to comment.