Skip to content

Latest commit

 

History

History
executable file
·
2203 lines (1934 loc) · 94.4 KB

File metadata and controls

executable file
·
2203 lines (1934 loc) · 94.4 KB

Paparazzi v5.16.0_stable

Stable version release

General

  • update pprzlink and chibios
  • airframe update (#2380) (#2397) (#2398) (#2458) (#2486) (#2527) (#2525)
  • more explicit calls to Python2 or Python3 (#2373) (#2513)
  • add ROS/Gazebo support with sonar sensor (#2399), camera (#2383)
  • Removal of unused flightplans (#2430)
  • add special keyword to avoid conflict with XML invalid characters (#2434)
  • TU Delft MAVLab course 2019 (#2452)
  • improve bebop scripts
  • fix build dep for tools (#2472)
  • Update for Ubuntu 20.04 (ocaml and python tools) and GCC 9 (airborne code) (#2512)
  • support of more recent jsbsim versions (#2520)

GCS and ground tools

  • bridge between Natnet, Simulink and Paparazzi
  • bluegiga stdma dongle (#2261)
  • fix flight times and kill_throttle display in GCS (#2387)
  • Improved automated python tools for maintenance (#2433) (#2438)
  • add small tool to get A/C conf from server (#2431)
  • python paparazzi center tools impovement (#2445)
  • change the old paparazzi launch script from ocaml to python (#2467)
  • Qt module creator (#2479)
  • Add GPSD to IVY functionalities for follow me (#2499)

Airborne

  • upgrade voltage and current to float (#2360)
  • driver update (#2379), configurable stack size for mcu periph
  • Restructure bebop camera settings and ISP (#2364)
  • Fix bugs of quat_from_earth_cmd_f() (#2117)
  • add rover holonomic controller (#2388)
  • Add PX4FMU V4 (pixracer) (#2394), TAWAKI board (#2419), Crazyflie v2.1 (#2481), Pixhawk 4 (#2506)
  • new sensor drivers: LIS3MDL, TFMini lidar (#2395), BMP3 (Bosh-Sensortech) baro, LSM6DS33 (gyro/accel) and LPS25H (baro) drivers (#2437), IST8310 magnetometer (#2496), VL53L1X laser ranger driver and sonar module (#2519), pmw3901mb (#2529)
  • convert old joystick input to module
  • add support of DSHOT to chibios
  • Fixed ACT corner bug (#2411)
  • IMU prefiltering using the One Euro filter (#2413)
  • Add EKF2 from the PX4 ECL library (#2402)
  • Fix yaw arming (#2421)
  • don't reset vertical ref in guided mode (#2418)
  • WS2812 led module (#2435)
  • add filter on accel heuristic of DCM AHRS
  • INS invariant filter can use GPS heading instead of magneto
  • fix PRIMARY_GPS check in precompile step
  • Filtering option added to SDP3X airspeed sensor (#2436)
  • Add e-identification module
  • FIX usb_transparent STM32F4 GPIOA clock not enabled (#2461)
  • add target_localization module (#2464)
  • small bug fixes (#2462) (#2518) (#2478) (#2493) (#2492) (#2498)
  • allow to trigger kill mode from RC for fixedwing
  • configurable heading during rotorcraft survey
  • fix bungee takeoff (#2465)
  • Collective tracking control (#2469)
  • make log file closing faster and safer (#2470)
  • Added RTCM moving baseline messages and extended amount of GPS channels (#2477)
  • move some functionnality to jevois cam driver (#2471)
  • Wls update (#2484) (#2523)
  • WMM updated for 2020-2025 period (#2485)
  • Dynamic grid in rectangle surveys (#2488)
  • parse the correct datalink buffer (#2494)
  • add support for UBX PVT message
  • update ubx auto conf module
  • Add software-I2C (#2514)
  • Multi ranger (#2524) and Flow V2 deck integration
  • update ws2812 for apogee and tawaki

Paparazzi v5.14.0_stable

Stable version release

Paparazzi v5.13.0_testing

First release candidate for v5.14

General

GCS

Airborne

Paparazzi v5.12_stable

Stable version release

Paparazzi v5.11_devel

Update changelog

General

Airborne

Paparazzi v5.10_stable

Stable version release

Paparazzi v5.9.0_testing

First release candidate for v5.10

General

Airborne

Rotorcraft firmware

Fixed-wing firmware

Drivers/HW support

Simulator

  • NPS: simulate airspeed and temperature sensors and get pressure from FDM [#1554] (paparazzi#1554)
  • NPS: set wind via FlightGear [#1565] (paparazzi#1565)
  • gaia: fix environment simulator time scale selector [#1653] (paparazzi#1653)

Paparazzi v5.8.2_stable

Maintenance release.

  • ground_segment: fix ant_track compilation
  • docker: use Ubuntu 16.04 and various fixes
  • energy ctrl: fix accel conversion for correct vdot
  • system: update udev rules to detect Lisa/M v2.1 correctly
  • cockpit: workaround lablgtk 2.18 Debian/Ubuntu bug
  • modules: fix gps_ublox for fixedwings

Paparazzi v5.8.1_stable

Maintenance release.

  • ground segment: python tools fixes
  • module: stereocam2state improvements/fixes [#1490] (paparazzi#1490)
  • module: fix gps_ublox
  • boards: naze32: default to SERIAL (USB) flash mode
  • generators: always put configure options at beginning [#1517] (paparazzi#1517)
  • generators: varous fixes for loading of modules and subsystems
  • drivers: fix regression of wrong magnetometer axis on Parrot Bebop

Paparazzi v5.8.0_stable

Stable version release.

  • module: nav_catapult: avoid conditional directives [#1454] (paparazzi#1454)
  • module: gps_ubx_ucenter fix autobaud and autoconf for ublox-8 [#1480] (paparazzi#1480)
  • module: add stereocam2state which publishes a VELOCITY_ESTIMATE from stereocam [#1486] (paparazzi#1486)
  • arch/linux: I2C: use repeated-start for transceive as required by some sensors [#1469] (paparazzi#1469)
  • remove unused libeknav and fms folder [#1487] (paparazzi#1487)

Paparazzi 5.7.1_testing

Second release candidate for v5.8 stable release.

Paparazzi 5.7.0_testing

First release candidate for v5.8 stable release.

General

  • Tell Black Magic probe to use the reset pin before scanning [#1301] (paparazzi#1301)
  • Optitrack/Natnet: Implement smaller GPS messages from NATNET to PPRZ [#1308] (paparazzi#1308)
  • Paparazzi Center: update list of settings on build [#1331] (paparazzi#1331)
  • Paparazzi Center: add reload button [#1359] (paparazzi#1359)
  • Paparazzi Center: easily create new aircraft by copying existing aircraft [#1209] (paparazzi#1209)
  • python messages parser: add unit conversion coeffs [#1340] (paparazzi#1340)
  • server: increase maximum Ivy message length for use with many settings [#1344] (paparazzi#1344)
  • flight plans: add exec attribute to exceptions [#1347] (paparazzi#1347)
  • python: compare and test different attitude reference models [#1357] (paparazzi#1357)
  • GCS: only print bat warning every 10s [#1358] (paparazzi#1358)
  • GCS: kill confirmation opitional with -no_confirm_kill option [#873] (paparazzi#873)
  • GCS: load KML sectors for display in GCS [#404] (paparazzi#404)
  • GCS: fix zoom of video papget [#889] (paparazzi#889)
  • generators: check waypoint altitude against SRTM data [#1361] (paparazzi#1361)
  • Add ADS-B parser and handling of INTRUDERS [#1372] (paparazzi#1372)
  • logalizer: replay ground messages [#1380] (paparazzi#1380)
  • messages: support multiple variable length arrays in telemetry [#1385] (paparazzi#1385)
  • Docker: fix script to run Docker on OSX (with X-access) [#1425] (paparazzi#1425)
  • python: fix messages/settings with wxgtk3.0 [#1435] (paparazzi#1435)
  • flight plans for fixedwing: force UTM zone of waypoints to same as ref point to fix waypoints across two UTM zones [#303] (paparazzi#303)
  • realtime plotter: fix issue on Ubuntu with Unity [#1446] (paparazzi#1446)

Airborne

  • INS: vertical filter: rename VF_FLOAT_x defines to VFF_x
  • persistent_settings: add settings_clear [#1309] (paparazzi#1309)
  • electrical: fix non-real number possibility in current calculation [#1314] (paparazzi#1314)
  • electrical: improve current estimation with MILLIAMP_AT_IDLE_THROTTLE [#1319] (paparazzi#1319)
  • energy control: use ABI instead of IMU struct [#1324] (paparazzi#1324)
  • state interface: pass basic types by value [#1330] (paparazzi#1330)
  • settings: mark a lot more settings as persistent [#1345] (paparazzi#1345)
  • add OPTICAL_FLOW and VELOCITY_ESTIMATE ABI messages [#1350] (paparazzi#1350)
  • INS: use opticflow/VELOCITY_ESTIMATE in filter [#1387] (paparazzi#1387) [#1412] (paparazzi#1412)
  • radio_control: change spektrum and superbitrf channel signs to conform to standard [#1403] (paparazzi#1403)
  • actuators: add Spektrum output actuators [#1411] (paparazzi#1411)
  • actuators: new AscTec ESC I2C protocol [#1416] (paparazzi#1416)
  • periodic telemetry: possibility to register periodic message multiple times [#1440] (paparazzi#1440)
  • AHRS/messages: add component/filter ID to AHRS messages [#1441] (paparazzi#1441)
  • peridic telemetry: use msg ID instead of strings for matching (reduces size) and add support for mavlink [#1448] (paparazzi#1448)
  • math: possibility to compress sine table for flash and RAM [#1452] (paparazzi#1452)

Rotorcraft firmware

  • navigation: tunable navigation parameters in airframe file [#1315] (paparazzi#1315)
  • guidance: add a flip mode [#1352] (paparazzi#1352)
  • guidance: add outer loop INDI control [#1354] (paparazzi#1354)
  • stabilization: refactor attitude reference generation and runtime adjustable saturation [#1374] (paparazzi#1374) [#1382] (paparazzi#1382)
  • radio control: possibility to use two 2way switches for mode [#1375] (paparazzi#1375)
  • support dual-mcu setup with split autopilot (AP) and FlyByWire (FBW) [#1423] (paparazzi#1423)
  • support for helicopter/swashplate mixing and throttle curves [#1437] (paparazzi#1437)
  • tmtc/server: set course correctly from east/north velocity for correct ACINFO [#1449] (paparazzi#1449)
  • possibility to use NAV mode without GPS (define NO_GPS_NEEDED_FOR_NAV) [#1451] (paparazzi#1451)

Modules

Simulation

Drivers/HW support

Paparazzi 5.6.0_stable

Stable version release.

Paparazzi 5.5.2_testing

Thirst release canditate for v5.6 stable release.

  • ardrone2 and bebop: disable even loop limiting again [#1240] (paparazzi#1240)
  • bebop: finally fix I2C address for baro
  • modules: update geo_mag to latest WMM2015 model [#1270] (paparazzi#1270)
  • settings: add optional target attribute and calc MD5sum according to usable settings [#1157] (paparazzi#1157)
  • stm32: improve I2C stability in case of stuck bus [#1264] (paparazzi#1264)
  • i2c: cleanup I2C_ERRORS reporting [#1268] (paparazzi#1268)
  • modules: add divergen calculation for opticflow [#1262] (paparazzi#1262)
  • python: Add some utilities and a serial link interface to decode/encode PPRZ messages over a serial link [#1261] (paparazzi#1261)
  • modules: mag_hmc58xx: configure MAG_HMC58XX_I2C_DEV [#1274] (paparazzi#1274)
  • IMU: possibility to disable mag on aspirin 2 [#1273] (paparazzi#1273)
  • fixedwing: fix H_CTL_YAW_LOOP in stabilization adaptive

Paparazzi 5.5.1_testing

Second release candidate for v5.6 stable release.

  • rotorcraft: fix stabilization INDI crash on takeoff bug [#1255] (paparazzi#1255)
  • airborne: change ABI_BROADCAST id from 0 to 255 and introduce ABI_DISABLE [#1260] (paparazzi#1260)
  • airframes: cleanup and use standard motor mixing types [#1231] (paparazzi#1231) [#1249] (paparazzi#1249)
  • ahrs: reduced default ahrs align delay [#1256] (paparazzi#1256)
  • add an optional board_init function and fix bat check on bebop [#1253] (paparazzi#1253)
  • ARDrone2: fix battery checks, needs bat_voltage_ardrone2 module now [#1252] (paparazzi#1252)
  • paparazzi center: improve handling of programs from control_panel.xml [#1247] (paparazzi#1247)
  • server: set http port, replace -kml_port option with -port [#1248] (paparazzi#1248)
  • logalizer: rename plot to logplotter for clarity [#1226] (paparazzi#1226
  • GCS: don't prove airframe dtd if served via http [#1246] (paparazzi#1246)
  • Fixed unsanctioned yaw unkill problem with uninitialised joysticks [#1242] (paparazzi#1242)

Paparazzi 5.5.0_testing

First release candidate for v5.6 stable release.

General

  • paparazzi center: disable build/upload buttons during build/upload [#603] (paparazzi#603)
  • paparazzi center: case insensitive sort of airframe combobox [#993] (paparazzi#993)
  • paparazzi center: add @AIRCRAFT and @AC_ID placeholders for generic sessions [#1217] (paparazzi#1217)
  • GCS: improve papgets with multi aircraft support [#1068] (paparazzi#1068)
  • GCS: fix undo for list of values [#1054] (paparazzi#1054)
  • GCS: fix AIRCRAFTS syncronization issue with server (sometimes resulted in blank GCS) [#1078] (paparazzi#1078)
  • GCS: set bat level to UNK/0 at startup [#885] (paparazzi#885)
  • GCS: add -ac_ids option to specify displayed aircrafts [#1173] (paparazzi#1173)
  • GCS: add new flat icon theme [#1193] (paparazzi#1193) [#1234] (paparazzi#1234)
  • plotter: add support for adding constant curves via command line [#1227] (paparazzi#1227)
  • logplotter: rename plot to logplotter for clarity [#1226] (paparazzi#1226)
  • ground segment: add geometry param to messages and setttings agents [#1232] (paparazzi#1232)
  • ground segment: improve Ivy efficiency [#1082] (paparazzi#1082)
  • link: parameters for period of PING and LINK_REPORT messages [#1037] (paparazzi#1037)
  • link: add '-ac_timeout' parameter after which AC is marked as dead [#820] (paparazzi#820)
  • OCaml: try to live in harmony with the garbage collector [#1076] (paparazzi#1076)
  • OCaml: use Array.make instead of deprecated Array.create
  • OCaml: use camlp4 to ifdef around netclient/lablgtk version differences [#1137] (paparazzi#1137)
  • OCaml: fix string formatting of values in pprz ocaml lib [#1135] (paparazzi#1138)
  • OCaml: remove deprecated GnoDruid
  • python: generate paparazzi math wrappers with SWIG [#1066] (paparazzi#1066)
  • python: improve ivy messages interface [#1073] (paparazzi#1073)
  • python: add simple ivy2redis script [#1071] (paparazzi#1071)
  • python: add report tool for IMU scaled messages [#1194] (paparazzi#1194)
  • build: Possibilty to specify conf.xml file for building aircrafts [#1134] (paparazzi#1134)
  • build: use -ggdb3 DEBUG_FLAGS by default [#1164] (paparazzi#1164)
  • build: use pkg-config for ivy-c if available
  • joystick: add new RC USB joystick from HobbyKing [#1088] (paparazzi#1088)
  • conf: add HooperFly quad/hexa/octo airframe/JSBSim configs and new GCS icons [#1081] (paparazzi#1081)
  • flight plans: dynamic sectors and InsideX function for concave polygons [#643] (paparazzi#643) [#605] (paparazzi#605) [#1204] (paparazzi#1204)
  • improve defining of arrays in the airframe file [#564] (paparazzi#564) [#1192] (paparazzi#1192)
  • update udev rules [#1165] (paparazzi#1165)
  • update google map version extraction script

Airborne

  • allow to pass variables by value to ABI callbacks [#1087] (paparazzi#1087)
  • major refactoring of AHRS/INS interfaces using ABI, add dual AHRS support [#856] (paparazzi#856) [#1130] (paparazzi#1130)
  • AHRS: add (yet another) AHRS based on an invariant filter
  • GPS/IMU: directly send ABI messages from implementation [#1153] (paparazzi#1153) [#1154] (paparazzi#1154)
  • refactoring, use the generic LinkDevice interface for receiving data streams [#1140] (paparazzi#1140)
  • telemetry: store periodic telemetry msg names as const to save ram [#1151] (paparazzi#1151)
  • actuators: dual dual pwm [#1102] (paparazzi#1102)
  • GPS: NMEA parser improvements [#1146] (paparazzi#1146)
  • GPS: fix furuno parser (Bebop) [#1148] (paparazzi#1148)
  • INS: start considering BODY_TO_GPS translation [#1080] (paparazzi#1080)
  • INS: update NED accel with ins_alt_float [#1156] (paparazzi#1156)
  • INS: prevent propagation if there are no measurement updates [#1241] (paparazzi#1241)
  • cleanup: remove unused/unmaintained beth and fms code [#1162] (paparazzi#1162)
  • state interface: fix LLA calculation if only UTM origin initialized [#1171] (paparazzi#1171)
  • chibios SD logger: fix bad file name problem
  • fixedwing stabilization: yaw damper and active lift ctrl [#1190] (paparazzi#1190)

Rotorcraft firmware

  • fix attitude flight plan primitive (attitude_set_rpy_setpoint) [#1103] (paparazzi#1103)
  • implement global waypoints for rotorcrafts [#1065] (paparazzi#1065)
  • improve motor_mixing priorities [#1170] (paparazzi#1170)
  • predefined motor_mixing for common configurations [#1175] (paparazzi#1175) [#1244] (paparazzi#1244)
  • heading integration protection in RC-event [#1174] (paparazzi#1174)
  • waypoint API function naming cleanup [#1169] (paparazzi#1169)
  • guidance: fix max bank angle limit
  • make the heading flight plan primitive usable [#1218] (paparazzi#1218)
  • add simplified INDI (Incremental Nonlinear Dynamic Inversion) stabilization [#1207] (paparazzi#1207)
  • stabilization quat_int: reduce integrator quantization error [#1205] (paparazzi#1205)
  • fix arming with kill switch [#1125] (paparazzi#1125)

Modules

Simulation

  • NPS: add possibility to simulate loss of datalink/downlink [#1150] (paparazzi#1150)
  • NPS: update FDM bindings to be compatible with latest JSBSim [#1118] (paparazzi#1118)
  • remove jsbsim target (fully replaced by NPS) [#1123] (paparazzi#1123)
  • build: don't add full path to NPS object files [#798] (paparazzi#798)
  • NPS simulator: fix sensor simulation issues [#1131] (paparazzi#1131) [#1132] (paparazzi#1132)
  • NPS/FlightGear: add models for easystar (with ailerons) and Eternity [#1159] (paparazzi#1159)
  • Updated FlightGear interface and removed obsolete HITL files [#1196] (paparazzi#1196)
  • NPS: support gaia environment simulator [#1219] (paparazzi#1219)

Linux arch support

other drivers/HW support

  • remove support for ARDrone2 SDK version [#1222] (paparazzi#1222)
  • ARDrone2: add support for dynamic Ad-Hoc networking with OSLR [#1097] (paparazzi#1097)
  • Parrot Bebop: support all sensors including sonar [#1149] (paparazzi#1149) [#1182] (paparazzi#1182)
  • boards: add support for CC3D
  • IMU: support for MPU9250 ins SPI mode [#1161] (paparazzi#1161)
  • peripherals: ms5611 driver now also supports ms5607 (e.g. for Bebop) [#1147] (paparazzi#1147)
  • mcu_periph: move mcu peripheral event functions to common mcu_event
  • mcu_periph: increase max size for spi buffer length (8bits to 16bits)
  • arch/stm32: use desig_get_unique_id from libopencm3 [#1018] (paparazzi#1018)
  • peripherals: SD Card SPI interface [#1220] (paparazzi#1220)

Paparazzi 5.4.2_stable

Maintenance release

  • GCS: fix undo for list of values [#1054] (paparazzi#1054)
  • lisa_mx: fix secondary spektrum satellite UART AF
  • logalizer: fix csv export after allowing description tag in messages
  • nps: update nps_fdm_jsbsim to be compatible with latest jsbsim [#1118] (paparazzi#1118)
  • rotorcraft: fix attitude flight plan primitive [#1103] (paparazzi#1103)
  • flight plans: fix 'call' statement without loop
  • generators: only include raw makefile part from modules if target matches
  • GCS: GPS accuracy speech less verbose [#1046] (paparazzi#1046)
  • GCS: call index of first/single link "single" [#1098] (paparazzi#1098)

Paparazzi 5.4.1_stable

Maintenance release

  • plot: fix loading of logs with strings that are not representing a float
  • log: prevent display when no points [#897] (paparazzi#897)
  • GCS: disable broken WP reordering in editor
  • GCS: fix last known value was not returned with correct scale for saving
  • paparazzi center: show build/run versions and update help
  • messages: fix hide/show of notebook with multi A/C
  • start.py: properly use Popen to start paparazzi subprocess
  • bebop: actuators left/right reversed and fix NPS config
  • ms5611 barometer peripheral: fix I2C transaction
  • sdlog: call pprzlog_init if needed (and avoid segfault)
  • datalink: fix extra_dl and pprzlog
  • current sensor subsystem shared and not only for fixedwing
  • arch/linux: GCC diagnostic pragma outside of i2c_submit function
  • arch/linux: use same float_abi for linking as for compiling
  • arch/stm32: fix spektrum binding on F4 [#780] (paparazzi#780)

Paparazzi 5.4.0_stable

Stable version release.

  • messages: MOVE_WP and WP_MOVED_LLA with altitude in mm
  • ins: immediately effective ins_reset_local_origin
  • server: don't fail if settings_modules is missing
  • python: messagesapp: growable value column width
  • python: add python real time plotter to control panel
  • module: mavlink, parse PARAM_SET, send origin and waypoints
  • module: FLAPS, HATCH, BRAKE via RC in AUTO1 [#878] (paparazzi#878)
  • fixedwing: use min/max_cruise_throttle variables instead of defines [#1057] (paparazzi#1057)
  • GCS: turn off search in flight plan panel to fix hotkeys [#995] (paparazzi#995) [#1061] (paparazzi#1061)
  • GCS: fixes for flight plan editor and keeping map center on zoom [#927] (paparazzi#927) [#1059] (paparazzi#1059)
  • stm32/luftboot: update libopencm3 to get usb control call back fix [#1058] (paparazzi#1058)

Paparazzi 5.3.3_testing

Fourth release candidate for v5.4 stable release.

  • tmtc: fix rx_lost_time in link
  • paparazzicenter: fix GLib-CRITICAL warning when running clean/build/upload
  • server: write paparzzi_version as comment at beginning of log file [#1049] (paparazzi#1049)
  • replace BOOT message with AUTOPILOT_VERSION, show in GCS and add build version [#1050] (paparazzi#1050)
  • GCS: fix green color after colormap changes on some new systems [#1051] (paparazzi#1051) [#575] (paparazzi#575)
  • settings: display ? for current value on undo [#1054] (paparazzi#1054)
  • Add some more flexibility to conf and control_panel naming [#1055] (paparazzi#1055)

Paparazzi 5.3.2_testing

Third release candidate for v5.4 stable release.

  • code style: fix in (nearly) all airborne code
  • support Piksi GPS modules [#1043] (paparazzi#1043) [#957] (paparazzi#957)
  • fixedwing: airspeed tuning [#877] (paparazzi#877)
  • linux: handle SIGINT for console debug [#1008] (paparazzi#1008)
  • rotorcraft: always allow to switch to MODE_MANUAL via RC [#1036] (paparazzi#1036)
  • flight plan: use flight plan position in nps for most example files
  • airframes: OBC example airframes [#1044] (paparazzi#1044)
  • transitioning: fix transition offset handling [#1045] (paparazzi#1045)

Paparazzi 5.3.1_testing

Second release candidate for v5.4 stable release.

Paparazzi 5.3.0_testing

First release candidate for v5.4 stable release.

General

Simulation

Airborne

Modules

Drivers/HW support

Paparazzi 5.2.1_stable

Maintenance release

Paparazzi 5.2.0_stable

Stable version release.

General

Airborne

Rotorcraft Firmware

STM32 architecture

Paparazzi 5.1.1_testing

Second release candidate for v5.2 stable release.

General

Airborne

Simulation

  • NPS: simulate sonar sensor [#720] (https://github.com/paparazzi/paparazzi/pull/720)
  • JSBSim, NPS: fix roll input sign
  • NPS: fixedwing simulation improvements
    • If NPS_JSBSIM_LAUNCHSPEED is defined, set it as initial launchspeed.
    • Only launch when launch button is pressed in GCS instead of immediately at takeoff block.

Rotorcraft firmware

Fixedwing firmware

Paparazzi 5.1.0_testing

First release candidate for next stable release.

General

Simulation

Hardware support

Airborne

Rotorcraft firmware

Fixedwing firmware

Paparazzi 5.0.5_stable

Maintenance release

  • fix field order in HFF_DBG message
  • fix altitude in some extra nav routines
  • fix create_module tool
  • fix RCLost macro
  • add GetAltRef() for flight plan compatibility with v5.2

Paparazzi 5.0.4_stable

Maintenance release

  • fix perl script compile_all_test_targets
  • add pcre lib to jsbsim, cleanup shell commands
  • fix InsideX for sectors (GetPosX and GetPosY in nav.h (FW) are in local coordinates) [#602] (https://github.com/paparazzi/paparazzi/issues/602)
  • stm32: enable correct error interrupts for i2c2 and i2c3

Paparazzi 5.0.3_stable

Maintenance release

  • fix Paparazzi Center on Mac OS (detection of child processes exitting) [#290] (https://github.com/paparazzi/paparazzi/issues/290)
  • state interface: fix stateCalcHorizontalSpeedNorm_i
  • fix/improve dependency generation for building firmware
  • abort with meaningful error if ARM toolchain is not found

Paparazzi 5.0.2_stable

Maintenance release

  • add launch and noground options to pprzsim-launch
  • fixedwing: fix initialzation of trim commands, including yaw
  • fixedwing: fixes to use ins_alt_dot from ins_alt_float (with USE_BAROMETER) [#511] (https://github.com/paparazzi/paparazzi/pull/511)
  • state interface: fix local/global coordinate validity checks
  • state interface: fix local ned/enu to ecef conversion
  • lib/ocaml: update leap_seconds to 16 (last one was on June 30, 2012)

Paparazzi 5.0.1_stable

Maintenance release

General

Rotorcraft/Fixedwing firmwares

Simulator

  • NPS: explicitly add pcre lib
  • NPS: make radio_control tpye datalink work
  • don't try to use ADC_CHANNEL_CURRENT in SITL

Drivers and architecture specific

  • fixes for imu_drotek_10dof_v2
  • init spi_slave_hs for imu_chimu
  • mpu60x0_i2c: only copy ext data if i2c_bypass is false
  • aspirin_v2.2: unselect baro at startup
  • aspirin_2_spi: default AHRS_PROPAGATE_FREQUENCY is 512
  • STM32F4: fix ppm input timer frequency for TIM2
  • add i2c3 initialization

Paparazzi 5.0.0_stable

Stable version release

General

Hardware support

Airborne

Rotorcraft firmware specific

  • Quadshot transitioning vehicle support.
  • Care Free Mode

Paparazzi 4.2.2_stable

Maintenance release

Paparazzi 4.2.1_stable

Maintenance release

  • fix elf PT_LOAD type in lpc21iap LPC USB download
  • fix electrical.current estimate in sim
  • fix LPC+xbee_api in rotorcraft
  • fix conversion of vsupply to decivolts if offset is used
  • more robust dfu flash script, only upload to Lisa/M

Paparazzi 4.2.0_stable

Stable version release

Since last stable v4.0:

  • Total energy control
  • Improve Google map tiles download
  • Several updates on the Digital Cam and photogrammetry modules
  • WMM210 model
  • Rate limiter in airframes control laws
  • Uart flow control (stm32)
  • Bug fix for INS and AHRS filters
  • AP/FBW separation using spi or uart
  • Sensors fix and addition (GPS, current, baro)

Paparazzi 4.1.1_testing

Second release candidate for next stable release.

Paparazzi 4.1.0_testing

First release candidate for next stable release.

Paparazzi 4.0.4

Maintenance release

  • fix google map version parsing for new maps site using https
  • minor fix for hff
  • use GPS_TRIGGERED_FUNCTION for ins_chimu_spi

Paparazzi 4.0.3

Maintenance release

  • fix google map version download
  • fix BMP scripts for stm32
  • fix lisa/m 2.0 default voltage
  • fix gpsd2ivy for libgps3.5
  • improve some makefiles

Paparazzi 4.0.2

Maintenance release

  • fix some illegal xml chars in xml description for xtend_rssi and pwm_meas modules
  • fix ins_arduimu_basic by adding an empty ahrs_update_gps function
  • fix some ivy includes on OSX for weird installation cases
  • fix ACTUATORS_PWM_NB for fixedwings with USE_SERVOS_7AND8
  • updated kestrel weather meter agent
  • fix uart_tunnel if leds are not available on some boards
  • fix GPS_LLA message
  • fix make failure when trying to get google maps version, but no internet connection [#187] (https://github.com/paparazzi/paparazzi/issues/187)

Paparazzi 4.0.1

Maintenance release

  • Serious fix for settings:
    • Handler was not called if module was not specfied as well. Now an error is generated with info on which file to fix.
    • Settings for adaptive fw stabilization fixed.
  • Fixes for photogrammetry module.
  • Fixes for digital_cam modules.
  • Tool added: mergelogs

Paparazzi 4.0

Changes since old_master tag

General

New hardware support

Airborne

Rotorcraft firmware specific

Fixedwing firmware specific

  • Using a gyro (with IR sensors) is done via imu subsystem now as well

Simulator

STM32 architecture

  • Luftboot USB bootloader
  • Updated ADC defines for lisa/m You should now be able to use ADC_1, ADC_2, ADC_3 for the ADCs on the ANALOG1 [#159] (https://github.com/paparazzi/paparazzi/issues/159)
  • Enable second spektrum receiver via <configure name="USE_SECONDARY_SPEKTRUM_RECEIVER" value="1"/>
  • Enable new I2C driver via <configure name="USE_NEW_I2C_DRIVER"/>