Is it possible to have the Flight Control Software provide specific control inputs when it’s somehow triggered?
That sounds a bit vague so I will add some more detail to help explain myself. I am planning to carry out System Identification/Parameter Estimation on the flight data from my Pixhawk. An example test flight can be something like:
- Take the aircraft to Altitude X
- Fly level and steady
- In that situation, provide an abrupt control input designed to excite certain dynamic modes of the airplane
- Have the control inputs and all sensor outputs recorded
I wish to process that data to estimate essential parameters (ex. stability and control derivatives) for my modelling of the aircraft in Simulink/Matlab.
What I need PX4-QGS to do is to have that ability to execute a pre-programmed set of inputs on command.
Is it doable? How?