Hello!
Got problem using qgc v5 custom build. Here is what I do:
- rename “custom-example” folder to “custom”;
- go to custom/src/AutoPilotPlugin/CustomAutoPilotPlugin.cc
- go to CustomAutoPilotPlugin::vehicleComponents() and change bool showAdvanced to true in order to show all vehicle components;
- clear build directory;
- run cmake;
- build & run (debug config);
- app starts;
- go to MockLink & add PX4 device;
- go to Vehicle Configuration;
- get empty Summary page;
- get empty Airframe page;
- get message: “warning: qrc:/qml/QGroundControl/VehicleSetup/VehicleSummary.qml:20:1: module “QGroundControl.AutoPilotPlugins.PX4” is not installed (default:unknown:20)”;
- get message: “warning: qrc:/qml/QGroundControl/AutoPilotPlugins/PX4/AirframeComponent.qml: No such file or directory (default:unknown:-1)”
Am i missing something? QGC v4 Custom Build Example worked fine out of the box. Thanks in advance.