All Projects → paparazzi → Paparazzi

paparazzi / Paparazzi

Licence: other
Paparazzi is a free and open-source hardware and software project for unmanned (air) vehicles. This is the main software repository.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Paparazzi

Px4 Autopilot
PX4 Autopilot Software
Stars: ✭ 5,090 (+332.09%)
Mutual labels:  drones, autopilot, uav
Starrypilot
A lightweight autopilot software for Pixhawk
Stars: ✭ 243 (-79.37%)
Mutual labels:  drones, autopilot, uav
Missionplanner
Mission Planner Ground Control Station (c# .net)
Stars: ✭ 1,059 (-10.1%)
Mutual labels:  autopilot, uav
FMT-Firmware
FMT Autopilot Embedded System
Stars: ✭ 207 (-82.43%)
Mutual labels:  uav, autopilot
DroneDB
Free and open source software for aerial data storage.
Stars: ✭ 74 (-93.72%)
Mutual labels:  uav, drones
Ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
Stars: ✭ 6,637 (+463.41%)
Mutual labels:  autopilot, uav
Inav Configurator
Stars: ✭ 243 (-79.37%)
Mutual labels:  drones, uav
pyuavcan
Python implementation of the Cyphal protocol stack.
Stars: ✭ 91 (-92.28%)
Mutual labels:  uav, drones
Awesome Dronecraft
Resources to fully understand how autonomous drones work.
Stars: ✭ 104 (-91.17%)
Mutual labels:  drones, uav
BulletGCSS
A High Caliber Ground Control Station System designed for the 21st century lifestyle
Stars: ✭ 29 (-97.54%)
Mutual labels:  uav, autopilot
YAMSPy
Yet Another Multiwii Serial Protocol Python Interface... for Betaflight, iNAV, etc...
Stars: ✭ 47 (-96.01%)
Mutual labels:  uav, drones
firmware
Firmware for the ROSflight autopilot
Stars: ✭ 115 (-90.24%)
Mutual labels:  uav, autopilot
Libuavcan
Portable reference implementation of the UAVCAN protocol stack in C++ for embedded systems and Linux.
Stars: ✭ 213 (-81.92%)
Mutual labels:  drones, uav
ZeroPilot-SW
Software for WARG custom autopilot
Stars: ✭ 13 (-98.9%)
Mutual labels:  uav, autopilot
Sapog
Sapog - advanced multiplatform ESC firmware
Stars: ✭ 139 (-88.2%)
Mutual labels:  drones, uav
public regulated data types
Regulated DSDL definitions for Cyphal (standard and third-party)
Stars: ✭ 62 (-94.74%)
Mutual labels:  uav, drones
Dronin
The dRonin flight controller software.
Stars: ✭ 238 (-79.8%)
Mutual labels:  autopilot, uav
Gaas
Generalized Aviation: Open source autonomous aviation software platform, designed for fully autonomous drones and flying cars.
Stars: ✭ 1,377 (+16.89%)
Mutual labels:  drones, uav
roboticsknowledgebase.github.io
Robotics Knowledgebase. The Wiki for Robot Builders.
Stars: ✭ 85 (-92.78%)
Mutual labels:  uav, drones
awesome-drones
A curated list of Awesome Drones resources
Stars: ✭ 44 (-96.26%)
Mutual labels:  uav, drones

MAIN README

Paparazzi UAS

Build Status Gitter chat Codacy Badge Coverity Scan Build Status

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.

Up to date information is 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).

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 "Microjet" 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" from the upper-right session combo box and click "Execute".

  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 !
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].