mavlink: Enable offboard attitude for coaxial airframes

This commit is contained in:
Julien Lecoeur
2020-04-07 15:23:03 +02:00
committed by GitHub
parent 3d27c7313c
commit 7b12a21565

View File

@@ -1393,6 +1393,7 @@ void MavlinkReceiver::fill_thrust(float *thrust_body_array, uint8_t vehicle_type
case MAV_TYPE_OCTOROTOR:
case MAV_TYPE_TRICOPTER:
case MAV_TYPE_HELICOPTER:
case MAV_TYPE_COAXIAL:
thrust_body_array[2] = -thrust;
break;