Id like to to be able to pitch forward for max speed, but have the flight controller automatically limit the speed so as to maintain altitude.
In other words, I want the flight controller to absolutely maintain altitude no matter how far I push the stick forward. I know I can limit the deck angle manually with the stick or in the parameters, but it seems it should be easy for the flight controller to do that automatically?
Honestly I find it quite strange that the flight controller can’t be programmed to maintain altitude by slowing down.
Of course I’m no programmer.
And this is a safety issue as well…why does the programming allow the copter to enter an uncommanded descent? With all the capabilities to do so much math inside the flight controller, it’s really not possible to add the line:
Well… I guess I’d like the quadcopter to maintain altitude in any mode that uses altitude hold.
I’d rather not have to worry that the airframe might be descending because I pushed roll/pitch stick too far.
I have limited my bank angle to 30 degrees, but I’d like to pitch over further (if possible) if Pixhawk would automatically limit the bank angle so as to maintain altitude.