Commit bd3bb475 authored by Don Gagne's avatar Don Gagne

UAS responsible for getting first time parameter list

parent d74a19ce
......@@ -78,8 +78,11 @@ UASInterface* QGCMAVLinkUASFactory::createUAS(MAVLinkProtocol* mavlink, LinkInte
// Make UAS aware that this link can be used to communicate with the actual robot
uas->addLink(link);
// First thing we do with a new UAS is get the parameters
uas->requestParameters();
// Now add UAS to "official" list, which makes the whole application aware of it
UASManager::instance()->addUAS(uas);
return uas;
}
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