i will try to give some suggestions regarding arducopter v2.6 before its release. Since there has been some time without any improvement about AHRs algorithms over recent arducopter versions. I think, the best place to begin
I got this generous input from one of the XFOIL's usergroup. These ideas give a better simulation for the copter than the one's I have hacked already since the suggested tools are more mature and worked on by the experts in the field.
I read through all the papers we posted here and downloaded more mostly from IEEE.
None of the papers specify the actual input-output for their NN software, which was odd and moreover it seems the claim that the NN usage does NOT use any of the e
I have tested and implemented successfully a neural network library for Arduino on the ArduPilot Mega board (APM2560), this is the neuroduino from Ted Hayes.
This library work fast and the implementation is relatively simple:
It would be useful if the arducopter gurus help me to understand the input parameters to NN i.e. the configuration of the copter while in flight, my understanding:
Assumption: desired Roll, Pitch and Yaw to be 0 radians and height H fixed. Not worryin