GCS_MAVLink: fix handling of global_vision_position_estimate

This commit is contained in:
Randy Mackay 2018-03-30 17:59:47 +09:00
parent d633ba8c46
commit 428682c8e9

View File

@ -2095,7 +2095,7 @@ void GCS_MAVLINK::handle_common_message(mavlink_message_t *msg)
break;
case MAVLINK_MSG_ID_GLOBAL_VISION_POSITION_ESTIMATE:
handle_vision_position_estimate(msg);
handle_global_vision_position_estimate(msg);
break;
case MAVLINK_MSG_ID_VICON_POSITION_ESTIMATE: