Skip to content

This repository contains a flight-tested Python implementation of a particle-filter-based multiple thermal updraft estimator that allows autonomous updraft localization and exploitation.

License

Notifications You must be signed in to change notification settings

ifrunistuttgart/ParticleFilter_UpdraftEstimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle-Filter-Based Multiple Updraft Estimator

Overview

This repository contains a flight-tested Python implementation of a particle-filter-based multiple updraft estimator. The filter was developed by researchers at the Institute of Flight Mechanics and Controls (iFR) at the University of Stuttgart. Given its non-parametric nature, the particle-filter-based updraft estimator offers the unique ability to estimate the position, strength, and spread of several thermals, at once.

The estimator has been employed to localize real updrafts during flight tests. The filter subject to the published source code is executable on low-cost embedded hardware. The designers have been executing the estimator on a Raspberry Pi Zero, which functions as a co-processor for a Pixhawk 4 flight controller. The estimator has been successfully employed for autonomous cross-country soaring to make an unmanned glider aircraft localize and exploit thermal updrafts.

Estimation problem illustration

For more detailed information about the theoretical background of the particle filter based multiple updraft estimator, we refer the reader to the associated paper listed below.

Getting started

The actual implementation of the particle filter is located in the particle_filter folder. As it is impractical to log the particles during the flight due to memory limitations, run_postprocessing.py re-calculates the particle distribution from the captured flight data. The MATLAB script showPostprocessingResult.m visualizes the particles, as well as the estimated updrafts during the flight test.

Credits

If you apply the filter or build upon the algorithm in an academic context, please cite:

Notter, S., Groß, P., Schrapel, P., and Fichter, W., “Multiple Thermal Updraft Estimation and Observability Analysis,” Journal of Guidance, Control, and Dynamics, Vol. 43, No. 3, 2020, pp. 490–503. https://doi.org/10.2514/1.G004205

About

This repository contains a flight-tested Python implementation of a particle-filter-based multiple thermal updraft estimator that allows autonomous updraft localization and exploitation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published