My example workflow goes like this -
I am given a waypoint file, I upload the file to my quadrotor, The quad flies the mission, I download the log file and calculate time taken, distance traveled, energy consumed and some other stuff from the log file using a python script, similar to this one -
The whole purpose of my work is to develop a path planning algorithm and i need some way to simulate flight characteristics for my exact drone along with how the FC will execute the given mission
Is there anyway to do the above mentioned work using simulation?