GCS_MAVLink: add GIMBAL_MANAGER_SET_PITCHYAW message support

This commit is contained in:
Asif Khan 2023-05-22 11:21:11 +05:30 committed by Peter Barker
parent 28748dc2c0
commit 9ef3241949

View File

@ -3915,6 +3915,7 @@ void GCS_MAVLINK::handle_common_message(const mavlink_message_t &msg)
case MAVLINK_MSG_ID_GIMBAL_DEVICE_INFORMATION:
case MAVLINK_MSG_ID_GIMBAL_DEVICE_ATTITUDE_STATUS:
case MAVLINK_MSG_ID_GIMBAL_MANAGER_SET_ATTITUDE:
case MAVLINK_MSG_ID_GIMBAL_MANAGER_SET_PITCHYAW:
handle_mount_message(msg);
break;
#endif