Hi
I thought to create new flight mode.
I want the user send pitch command while the thrust will be controlled such that pitch will be the angle of attack of the quadcopter.
I try to implement it with the imu sensor. I use pid controller. z axis acceleration is the measurement i want to keep on cos(pitch_angle) value, the control signal is thrust.
What do you think? It’s make sense?