Quadplane AUTO takeoffs very abrupt -- hits close to 100% throttle at liftoff

I have a quadplane that is taking off very aggressively during AUTO takeoffs, but is fine at all times with Q_LOITER and Q_HOVER. It is also completely fine at all other times during AUTO flights – only takeoff is bad. I’ve been digging through the parameter lists and tuning guides, but am not figuring this one out.

14 foot span, 16kg GTOW, Cube orange, 4.2.1

It uses almost 100% throttle for the initial liftoff and then stabilizes at a PWM of 1550 (range is 1100-1950). Control appears to be good … but it is quite aggressive at just over 2g of vertical acceleration.

I’ve attached a few of the parameters as well as a plot of PWM output at liftoff/climb.

Anybody have any ideas?

Thanks!


Capture2

I should note that I know the values of Q_P_ACCZ_I and P need to be increased per the current value of Q_M_THST_HOVER – I just haven’t done that yet.

reduce accz and jerk parameters:
https://ardupilot.org/plane/docs/parameters-Plane-stable-V4.2.1.html#q-accel-z-pilot-vertical-acceleration
https://ardupilot.org/plane/docs/parameters-Plane-stable-V4.2.1.html#q-p-velz-p-velocity-vertical-controller-p-gain
https://ardupilot.org/plane/docs/parameters-Plane-stable-V4.2.1.html#q-p-accz-p-acceleration-vertical-controller-p-gain
https://ardupilot.org/plane/docs/parameters-Plane-stable-V4.2.1.html#q-p-jerk-z-jerk-limit-for-the-vertical-kinematic-input-shaping
https://ardupilot.org/plane/docs/parameters-Plane-stable-V4.2.1.html#q-wp-accel-z-waypoint-vertical-acceleration
https://ardupilot.org/plane/docs/parameters-Plane-stable-V4.2.1.html#tecs-vert-acc-vertical-acceleration-limit-metres-sec-2

1 Like

I previously experimented with Q_P_ACCZ_IMAX as I thought it might be an integrator windup issue, but no dice. I will experiment some more with the accz and jerk parameters like you suggested.
Thanks.