Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 440 Bytes

glider

The goal is to evolve a glider design by genetic algorithms.

Genetic selection

Glider shape is defined parametrically in XML, inspired by a hangglider delta design.

The fitness function is the glide ratio (forwards distance / vertical distance) tested over a 100m drop.

Glider shape is defined in XML, support for STLs is also possible.

Simulation

Physics simulation in Mujoco for flight in air.

Dependencies

ffmpeg