Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paparazzi/paparazzi
Paparazzi is a free and open-source hardware and software project for unmanned (air) vehicles. This is the main software repository.
https://github.com/paparazzi/paparazzi
autopilot drones paparazzi pprz pprzlink uas uav
Last synced: 1 day ago
JSON representation
Paparazzi is a free and open-source hardware and software project for unmanned (air) vehicles. This is the main software repository.
- Host: GitHub
- URL: https://github.com/paparazzi/paparazzi
- Owner: paparazzi
- License: gpl-2.0
- Created: 2010-11-10T11:14:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:32:51.000Z (about 1 month ago)
- Last Synced: 2024-10-29T17:57:52.999Z (about 1 month ago)
- Topics: autopilot, drones, paparazzi, pprz, pprzlink, uas, uav
- Language: C
- Homepage: http://paparazziuav.org
- Size: 110 MB
- Stars: 1,546
- Watchers: 162
- Forks: 1,128
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- awesome-flying-fpv - Paparazzi UAV - ?. (Flight Control 👨✈️ / VTOLs 🚀)
README
# MAIN README
Paparazzi UAS
=============
[![Build Status](https://paparazziuav.semaphoreci.com/badges/paparazzi/branches/master.svg?style=shields&key=d3a59143-a357-434e-89b8-057f15ed8dd2)](https://paparazziuav.semaphoreci.com/projects/paparazzi) [![Gitter chat](https://badges.gitter.im/paparazzi/discuss.svg)](https://gitter.im/paparazzi/discuss)
Paparazzi is a free open source software package for Unmanned (Air) Vehicle Systems.
For many years, the system has been used successfuly by hobbyists, universities and companies all over the world, on vehicles of various sizes (11.9g to 25kg).
Paparazzi supports fixed wing, rotorcraft, hybrids, flapping vehicles and it is even possible to use it for boats and surface vehicles.Documentation is available here https://paparazzi-uav.readthedocs.io/en/latest/
More docs is also available on the wiki http://wiki.paparazziuav.org
To get in touch, subscribe to the mailing list [[email protected]] (http://savannah.nongnu.org/mail/?group=paparazzi), the IRC channel (freenode, #paparazzi) and Gitter (https://gitter.im/paparazzi/discuss).
Required software
-----------------Instructions for installation can be found on the wiki (http://wiki.paparazziuav.org/wiki/Installation).
Quick start:
```
git clone https://github.com/paparazzi/paparazzi.git
cd ./paparazzi
./install.sh
```For Ubuntu users, required packages are available in the [paparazzi-uav PPA] (https://launchpad.net/~paparazzi-uav/+archive/ppa),
Debian users can use the [OpenSUSE Build Service repository] (http://download.opensuse.org/repositories/home:/flixr:/paparazzi-uav/Debian_7.0/)Debian/Ubuntu packages:
- **paparazzi-dev** is the meta-package on which the Paparazzi software depends to compile and run the ground segment and simulator.
- **paparazzi-jsbsim** is needed for using JSBSim as flight dynamics model for the simulator.Recommended cross compiling toolchain: https://launchpad.net/gcc-arm-embedded
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 "Bixler" 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" in Operation tab and click "Start Session".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 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 as in simulation !