mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
GCS_MAVLink: add comment re sending locations to mounts
This commit is contained in:
parent
e595da41e6
commit
1fca72a831
@ -1450,6 +1450,7 @@ void GCS_MAVLINK::packetReceived(const mavlink_status_t &status,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (msg.msgid == MAVLINK_MSG_ID_GLOBAL_POSITION_INT) {
|
if (msg.msgid == MAVLINK_MSG_ID_GLOBAL_POSITION_INT) {
|
||||||
|
// allow mounts to see the location of other vehicles
|
||||||
handle_mount_message(msg);
|
handle_mount_message(msg);
|
||||||
}
|
}
|
||||||
if (!accept_packet(status, msg)) {
|
if (!accept_packet(status, msg)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user