mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
GCS_MAVlink: AP_integrate of rename to handle_vision_position_delta_msg
This commit is contained in:
parent
728e8b45a9
commit
a1ddd55ea5
@ -2933,7 +2933,7 @@ void GCS_MAVLINK::handle_vision_position_delta(const mavlink_message_t &msg)
|
|||||||
if (visual_odom == nullptr) {
|
if (visual_odom == nullptr) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
visual_odom->handle_msg(msg);
|
visual_odom->handle_vision_position_delta_msg(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GCS_MAVLINK::handle_vision_position_estimate(const mavlink_message_t &msg)
|
void GCS_MAVLINK::handle_vision_position_estimate(const mavlink_message_t &msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user