Difference between revisions of "User:GPH/Mission"

From PaparazziUAV
Jump to navigation Jump to search
Line 5: Line 5:
# Get a working [http://www.recherche.enac.fr/~gph/facile-2.0.tar.bz2 FaCiLe library].
# Get a working [http://www.recherche.enac.fr/~gph/facile-2.0.tar.bz2 FaCiLe library].
# Patch the airborne navigation code with [http://www.recherche.enac.fr/~gph/paparazzi_gph_flavour.patch this small patch]
# Patch the airborne navigation code with [http://www.recherche.enac.fr/~gph/paparazzi_gph_flavour.patch this small patch]
## Put the patch in the '''paparazzi3/sw''' directory.
## Run '''patch -p0 < file.patch'''

Revision as of 08:02, 3 December 2009

This is a documentation draft for installing mission planning software.

  1. Get clean sources of paparazzi.
  2. Install ocaml-native-compilers.
  3. Get a working FaCiLe library.
  4. Patch the airborne navigation code with this small patch
    1. Put the patch in the paparazzi3/sw directory.
    2. Run patch -p0 < file.patch