Hello everyone,
I am flying a fixed wing in mission mode. My flight profile requires a rapid drop of altitude. Hence, I have one waypoint practically under another in my mission plan with ~700 ft altitude drop. However, the plane refuses to dive down and circles down around the waypoint for altitude loss. Does someone know how do disable this circling down behavior and make the autopilot command aggressive dive ?
My process included tuning the PID, then TECS as per these instructions:
- Fixed-wing Rate/Attitude Controller Tuning Guide | PX4 Guide (main)
- Fixed-wing Altitude/Position Controller Tuning | PX4 Guide (main)
Some of the key parameters I have adjusted during this process include:
- FW_P_LIM_MIN = -85 deg
- FW_T_SINK_MAX = 100mph
- FW_AIRSPD_MAX = 120 mph
- FW_T_SINK_R_SP = 70 mph
- FW_T_SINK_MIN = 40mph
The values are pretty aggressive to allow for the diving behavior and allowed me to achieve my best attempt yet.
However, the vehicle still refuses to dive. Here is my log:
Any help would be highly appreciated
PS: flying was done in SITL simulation using gazebo classics. My original post on this issue: Aggressive maneuvers in mission mode