Commit 5818baa4 authored by Julian Oes's avatar Julian Oes

UAS: please don't send global position to anyone without telling anyone

parent 989cdcd0
......@@ -905,7 +905,7 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message)
positionLock = true;
isGlobalPositionKnown = true;
//TODO fix this hack for forwarding of global position for patch antenna tracking
forwardMessage(message);
//forwardMessage(message);
}
break;
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