/drone-designer

Optimization and simulation scripts for design of heavy-lift multirotors.

Primary LanguagePython

Drone Designer

A tool for determining the optimal configuration for a hybrid multicopter, given a set of input parameters.

To run:

  1. Install dependencies (pip3 install numpy)
  2. Configure the input parameters in simulator.py
  3. Run the simulator (python3 drone_designer.py)
  4. Evaluate the results to find the best drone design.