mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
OP-1354 Missing WaypointActive
This commit is contained in:
parent
7e62aa4161
commit
56e3b43e9f
@ -65,7 +65,8 @@ PfdQmlGadgetWidget::PfdQmlGadgetWidget(QWindow *parent) :
|
||||
"FlightBatteryState" <<
|
||||
"ActuatorDesired" <<
|
||||
"TakeOffLocation" <<
|
||||
"PathPlan";
|
||||
"PathPlan" <<
|
||||
"WaypointActive";
|
||||
|
||||
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
|
||||
UAVObjectManager *objManager = pm->getObject<UAVObjectManager>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user