i have been working on a kalman filter to get rid of the gyro and accelerometer noise.
the result is nice in comparison to the time spend on tuning.
the time spend for pid tuning is zero

http://youtu.be/tk-bv9rAdWY
i need testers for the next few steps.
Code: Select all
// Radio
parseRcChannels("AETR1234");
cfg.deadband = 0;
cfg.yawdeadband = 0;
cfg.alt_hold_throttle_neutral = 20;
cfg.spektrum_hires = 0;
cfg.midrc = 1500;
this is the radio configuration for the attached hex file.
it is not my intention to destroy your flying vehicle.
i'd like to move on the flight quality.