AI for autonomous soaring
Перейти к файлу
iainguilliard cba352fe63
Merge pull request #9 from microsoft/users/GitHubPolicyService/c1380ca8-eaa4-4567-9298-8a301de5497c
Adding Microsoft SECURITY.MD
2023-06-07 08:32:30 +10:00
.github
ArduPlane suppress throttle in GUIDED mode when appropriate, like in AUTO 2019-08-20 13:49:18 -07:00
DATA
Tools
benchmarks
doc_images Added instructions for the Silent Wings SITL and cleaned up the code 2019-05-05 02:13:11 -07:00
docs
libraries Disabled the new vario filter for now 2019-08-20 17:45:48 -07:00
mk
modules
tests
.dir-locals.el
.editorconfig
.flake8
.gitattributes
.gitignore
.gitmodules
.pydevproject
.travis.yml
BUILD.md
COPYING.txt
Dockerfile
Doxyfile.in
LICENSE
Makefile
Makefile.waf
README.md
SECURITY.md Microsoft mandatory file 2023-06-02 19:06:09 +00:00
SITL.md SITL updates and bug fixes, particularly enabling the simulator and FrigateBird to run on different machines. 2019-07-20 20:16:29 -07:00
Vagrantfile
ardupilotmega.xml
eclipse.cproject
eclipse.project
reformat.sh
uncrustify_cpp.cfg
uncrustify_headers.cfg
waf
wscript

README.md

Project Frigatebird

Project Frigatebird is aimed at enabling small fixed-wing UAVs to travel long distances by soaring -- taking advantage of rising air regions the way human sailplane pilots and bird species like frigatebirds do -- using AI planning and learning techniques.

Currenty, this repository contains an implementation of POMDSoar, an algorithm that allows a sailplane UAV to detect and gain altitude in thermals, "columns" of rising air that occur over certain regions of Earth's surface. This approach, based on solving a Partially Observable Markov Decision Process, is described in

I. Guilliard, R. Rogahn, J. Piavis, A. Kolobov. "Autonomous Thermalling as a Partially Observable Markov Decision Process." Robotics: Science and Systems conference, 2018. https://arxiv.org/pdf/1805.09875.pdf

We implemented POMDSoar as a soaring controller integrated into a fork of ArduPlane, the fixed-wing flavor of ArduPilot open-source drone autopilot suite (original ArduPlane code, wiki). The code in the Frigatebird repository allows building this modified version of ArduPlane. Please see BUILD.md for building instructions.

The DATA subdirectory contains ArduPlane parameter files and an example geofenced waypoint course for running POMDSoar on a Radian Pro sUAV as in the experiments in the above paper.

Developer Information

License

Project Frigatebird is licensed under the GNU General Public License, version 3

Maintainers

Acknowledgements

We would like to say a big "thank you!" to the developer community of ArduPilot. Their code and advice has greatly helped in starting Project Frigatebird.