Skip to content

Simulates several models of VTOLs during operation to capture average flight time, charging time, etc.

Notifications You must be signed in to change notification settings

TheOnceAndFutureSmalltalker/eVTOL_Simulation

Repository files navigation

eVTOL_Simulation

Simulates several models of VTOLs during operation to capture a variety of performance statistics.

Build and Run

Windows with VS 2019

$> git clone https://github.com/TheOnceAndFutureSmalltalker/eVTOL_Simulation.git

$> cd eVTOL_Simulation

Open File Browser on this directory

Double click on the file eVTOL_Simulation.sln

After VS 2019 has opened, press F5 to compile and run in Debug mode

Or press Ctrl+F5 to compile and run in Release mode

Linux

$> git clone https://github.com/TheOnceAndFutureSmalltalker/eVTOL_Simulation.git

$> cd eVTOL_Simulation

$> g++ -O2 -std=c++11 -o sim.out main.cpp

$> ./sim.out

About

Simulates several models of VTOLs during operation to capture average flight time, charging time, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages