mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
Merge branch 'master' of github.com:paparazzi/paparazzi
This commit is contained in:
@@ -1,33 +1,33 @@
|
|||||||
# Paparazzi $Id$
|
# Paparazzi $Id$
|
||||||
# Copyright (C) 2003-2006 Pascal Brisset Antoine Drouin
|
# Copyright (C) 2003-2010 The Paparazzi Team
|
||||||
#
|
#
|
||||||
# This file is part of paparazzi.
|
# This file is part of Paparazzi.
|
||||||
#
|
#
|
||||||
# paparazzi is free software; you can redistribute it and/or modify
|
# Paparazzi is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation; either version 2, or (at your option)
|
# the Free Software Foundation; either version 2, or (at your option)
|
||||||
# any later version.
|
# any later version.
|
||||||
#
|
#
|
||||||
# paparazzi is distributed in the hope that it will be useful,
|
# Paparazzi is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with paparazzi; see the file COPYING. If not, write to
|
# along with Paparazzi; see the file COPYING. If not, write to
|
||||||
# the Free Software Foundation, 59 Temple Place - Suite 330,
|
# the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
|
||||||
Intro
|
Intro
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Paparazzi is an attempt to develop a cheap fixed wing UAV (Unmanned Air
|
Paparazzi is an attempt to develop a free software Unmanned (Air) Vehicle System.
|
||||||
Vehicle). As of today we have successfully flown autonomously several small
|
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).
|
||||||
electro powered fixed wing aircraft (Twinstar, Microjet, ...).
|
|
||||||
|
|
||||||
Up to date informations are available from the wiki website
|
Up to date informations are available from the wiki website
|
||||||
|
|
||||||
paparazzi.enac.fr
|
http://paparazzi.enac.fr
|
||||||
|
|
||||||
and from the mailing list (http://savannah.nongnu.org/mail/?group=paparazzi)
|
and from the mailing list (http://savannah.nongnu.org/mail/?group=paparazzi)
|
||||||
and the IRC channel (freenode, #paparazzi).
|
and the IRC channel (freenode, #paparazzi).
|
||||||
@@ -62,15 +62,18 @@ For Debian or Ubuntu users, required packages are available at
|
|||||||
|
|
||||||
http://paparazzi.enac.fr/debian
|
http://paparazzi.enac.fr/debian
|
||||||
|
|
||||||
Installation of the meta-package "paparazzi-dev" will install
|
|
||||||
everything needed to compile this project (if something is missing,
|
- "paparazzi-dev" will provide everything needed to compile and run the ground segment and the simulator. If something is missing, please report it.
|
||||||
please ask) for simulation. "paparazzi-arm7" is required to compile
|
- "paparazzi-arm7" is required to compile the code for LPC21 based boards ( tiny, twog, booz, etc).
|
||||||
the code for the ARM based boards.
|
- "paparazzi-stm32" is needed for building code for STM32 based boards (lisa/L, lisa/M)
|
||||||
|
- "paparazzi-omap" is needed for building code for the optional Gumstix Overo module available on lisa/L
|
||||||
|
|
||||||
|
- "paparazzi-jsbsim" is needed for using jsbsim as flight dynamic model for the simulator.
|
||||||
|
|
||||||
Compilation and demo simulation
|
Compilation and demo simulation
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
1) "make" in the top directory to compile all the libraries and tools.
|
1) type "make" in the top directory to compile all the libraries and tools.
|
||||||
|
|
||||||
2) "./paparazzi" to run the Paparazzi Center
|
2) "./paparazzi" to run the Paparazzi Center
|
||||||
|
|
||||||
|
|||||||
+11
-1
@@ -743,7 +743,12 @@
|
|||||||
</message>
|
</message>
|
||||||
|
|
||||||
<!--113 is free -->
|
<!--113 is free -->
|
||||||
<!--114 is free -->
|
|
||||||
|
<message name="PAYLOAD" id="114">
|
||||||
|
<field name="values" type="uint8[]" unit="none"/>
|
||||||
|
</message>
|
||||||
|
|
||||||
|
|
||||||
<!--115 is free -->
|
<!--115 is free -->
|
||||||
<!--116 is free -->
|
<!--116 is free -->
|
||||||
<!--117 is free -->
|
<!--117 is free -->
|
||||||
@@ -1931,6 +1936,11 @@
|
|||||||
<field name="TURN" type="uint16"/>
|
<field name="TURN" type="uint16"/>
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
|
<message name="PAYLOAD_COMMAND" id="97" link="forwarded">
|
||||||
|
<field name="ac_id" type="uint8"/>
|
||||||
|
<field name="command" type="uint8[]"/>
|
||||||
|
</message>
|
||||||
|
|
||||||
<message name="SET_ACTUATOR" id="100" link="forwarded">
|
<message name="SET_ACTUATOR" id="100" link="forwarded">
|
||||||
<field name="value" type="uint16"/>
|
<field name="value" type="uint16"/>
|
||||||
<field name="no" type="uint8"/>
|
<field name="no" type="uint8"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user