项目作者: mgrindle

项目描述 :
A soaring simulation of a glider attemping to locate and climb in thermals.
高级语言: C++
项目地址: git://github.com/mgrindle/Turn-Sim.git
创建时间: 2017-02-07T18:50:09Z
项目社区:https://github.com/mgrindle/Turn-Sim

开源协议:GNU General Public License v3.0

下载


Turn-Sim

A soaring simulation of a glider attemping to locate and climb in thermals.

Test various soaring methods to find and keep the glider
circling within the rising thermal boundary. Also, waypoint
flight path planning and altitude management strategy.

Thermals are dynamic. In that, they are fixed-size (diameter
and column height) but are constantly rising and moving location
(based on local wind condition).

The project is in active development. It may not compile and may not run.

Compile using linux gcc with C++11. Developed using Code::Blocks IDE