Commit 22793563 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #821 from mavlink/dontforward

UAS: disabled global position forwarding
parents 989cdcd0 5818baa4
...@@ -905,7 +905,7 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message) ...@@ -905,7 +905,7 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message)
positionLock = true; positionLock = true;
isGlobalPositionKnown = true; isGlobalPositionKnown = true;
//TODO fix this hack for forwarding of global position for patch antenna tracking //TODO fix this hack for forwarding of global position for patch antenna tracking
forwardMessage(message); //forwardMessage(message);
} }
break; break;
case MAVLINK_MSG_ID_GPS_RAW_INT: case MAVLINK_MSG_ID_GPS_RAW_INT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment