Hi,Is there a setting I can change so that my quad doesn't over compensate during flight and gain altitude? Tis happens especially when trying to fly backwards.I'm running 2.0.38.ThanksLee
You need to be a member of diydrones to add comments!
Also, on a rotary wing aircraft, the rotors as they spin (in our case props) will generate additional lift as a wing would on a fixed wing aircraft during flight (forward, backward etc...)... How much depends on your velocity so it may or may not be a contributing factor. If so the best way to manage this IMO is on the sticks (throttle management).This is real obvious when you transition from forward flight to 'stopped', you will loose lift and begin to sink without more throttle.
Lateral motion will be converted to altitude when you straighten out. Is that your problem?
There is also a section of the code called throttle_boost that takes the pitch and roll and compensates the lack of downward thrust by increasing throttle. It uses the cos of both angles to increase the throttle. Maybe that could be disabled for a test.
Jason
Replies
Also, on a rotary wing aircraft, the rotors as they spin (in our case props) will generate additional lift as a wing would on a fixed wing aircraft during flight (forward, backward etc...)... How much depends on your velocity so it may or may not be a contributing factor. If so the best way to manage this IMO is on the sticks (throttle management).This is real obvious when you transition from forward flight to 'stopped', you will loose lift and begin to sink without more throttle.
There is also a section of the code called throttle_boost that takes the pitch and roll and compensates the lack of downward thrust by increasing throttle. It uses the cos of both angles to increase the throttle. Maybe that could be disabled for a test.
Jason