A tool for determining the optimal configuration for a hybrid multicopter, given a set of input parameters.
To run:
- Install dependencies (
pip3 install numpy
) - Configure the input parameters in simulator.py
- Run the simulator (
python3 drone_designer.py
) - Evaluate the results to find the best drone design.