Just wanted to show my loiter results right now.I knocked these settings down a bit.#define PITCH_MAX 35 // degrees#define NAV_LOITER_P 2.0#define NAV_WP_P 3.5Ideas for improvement?
You need to be a member of diydrones to add comments!
Not too bad. Looks like it's within the normal GPS accuracy for XY, and we could do a bit better with pressure-sensor control on Z. How did it look to you?
Replies
Hey John,
I'm doing a bunch of alt_hold tests today. Turns out the D term was way high for some reason. I think I can have you an extremely good solution today.
NAV_WP_P is not used in Loiter mode.
PITCH_MAX is very high but your not coming close to that value.
Jason