Describe problem solved by the proposed feature
Is it possible to get turtle mode functionality (similar to betaflight) in PX4. This functionality is highly desirable in cases where you crash at places like roofs.
Describe your preferred solution
Reverse the motor direction in this mode and enable two of the motors to spin according to direction in which you want to flip.
PX4 does support DSHOT and I believe reversing motor direction should not be a problem.
Then next you'd need to implement the basic logic to read from manual_control_setpoint and send whatever's appropriate directly to the mixer (actuator_controls_0).
Describe problem solved by the proposed feature Is it possible to get turtle mode functionality (similar to betaflight) in PX4. This functionality is highly desirable in cases where you crash at places like roofs.
Describe your preferred solution Reverse the motor direction in this mode and enable two of the motors to spin according to direction in which you want to flip. PX4 does support DSHOT and I believe reversing motor direction should not be a problem.