Files
paparazzi/sw/supervision/python

###############################################################################

Welcome in the future Paparazzi Center !

###############################################################################

  1. Run instructions :

To run the new Paparazzi Center, you need :

A Linux or IOS system

A correctly installed version of Paparazzi UAV software

Python 3.4 (install package 'python3')

PyQt5 (install package 'python3-pyqt5')

First "git pull" my part of code or copy the current "./sw/supervision/python" version into your own "./sw/supervision" directory. No installation nor compilation is needed. Then, make the 'main.py' file executable ('chmod +x main.py') and launch the program in a terminal ('./main.py') or from the paparazzi launcher (soon).

###############################################################################

  1. Feedback :

I'm an intern student at the ENAC and my mission is to reconceive the Paparazzi Center in Python/Qt to make it more intuitive and 'maintainable' (that can evolve easily). So I'd really like to have your feeling about my propositions !

If you have any question or comment about it, please contact me by Github (my pseudo is 'floienac' and I use Gitter) or by mail ('f.bitard@gmail.com'). I'd be glad to be criticized, especially if you're directly concerned as a final user or a developer of Paparazzi UAV.

Thanks by advance :)

Florian BITARD - intern student at the ENAC's drones lab (February to June 2016)

http://wiki.paparazziuav.org/wiki/Paparazzi_Center/Evolutions ###############################################################################

  1. GNU License :

As this new Paparazzi Center is a free and open source software part, feel free to correct bugs, improve the functions and add new ones to it.

Paparazzi center utilities

Copyright (C) 2016 ENAC, Florian BITARD (intern student)

This file is part of paparazzi.

paparazzi is free software; you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation; either version 2, or (at your option)

any later version.

paparazzi is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with paparazzi; see the file COPYING. If not, write to

the Free Software Foundation, 59 Temple Place - Suite 330,

Boston, MA 02111-1307, USA.