mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
GCS_MAVLink: fix handling of global_vision_position_estimate
This commit is contained in:
parent
d633ba8c46
commit
428682c8e9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user