Difference between revisions of "User:GPH/Mission"
< User:GPH
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
# Patch the airborne navigation code with [http://www.recherche.enac.fr/~gph/planning/paparazzi_gph_flavour.patch this small patch] | # Patch the airborne navigation code with [http://www.recherche.enac.fr/~gph/planning/paparazzi_gph_flavour.patch this small patch] | ||
## Put the patch in the '''paparazzi3/sw''' directory. | ## Put the patch in the '''paparazzi3/sw''' directory. | ||
## Run '''patch -p0 < paparazzi_gph_flavour.patch''' | ## Beaware it breaks nav.c | ||
## Run '''patch -p0 < paparazzi_gph_flavour.patch''' | |||
# Unpack [http://www.recherche.enac.fr/~gph/planning/conf_gph.tar.bz2 theses conf files] into the '''paparazzi/conf''' directory. | # Unpack [http://www.recherche.enac.fr/~gph/planning/conf_gph.tar.bz2 theses conf files] into the '''paparazzi/conf''' directory. | ||
# Copy messages.xml to paparazzi_messages.xml | # Copy messages.xml to paparazzi_messages.xml |
Latest revision as of 11:09, 3 December 2009
This is a documentation draft for installing mission planning software.
- Get clean sources of paparazzi.
- Install ocaml-native-compilers.
- Get a working FaCiLe library.
- Patch the airborne navigation code with this small patch
- Put the patch in the paparazzi3/sw directory.
- Beaware it breaks nav.c
- Run patch -p0 < paparazzi_gph_flavour.patch
- Unpack theses conf files into the paparazzi/conf directory.
- Copy messages.xml to paparazzi_messages.xml
- Copy merge_messages.ml into the paparazzi/tools directory.
- Add merge_messages.out in target all of the Makefile
- merge your message with ./merge_messages.out > $paparazzi_src/conf/messages.xml
- copy the Solver and the paparazzi implementation