Browse Source

Use SITL as metadata build validation target

This allows to build all params and test them.
sbg
Lorenz Meier 7 years ago
parent
commit
487530f791
  1. 6
      Tools/qgc_meta_sync.sh

6
Tools/qgc_meta_sync.sh

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env bash
make px4fmu-v4_default
cp build/px4fmu-v4_default/parameters.xml ../qgroundcontrol/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
cp build/px4fmu-v4_default/airframes.xml ../qgroundcontrol/src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml
make posix_sitl_default
cp build/posix_sitl_default/parameters.xml ../qgroundcontrol/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
#cp build/posix_sitl_default/airframes.xml ../qgroundcontrol/src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml

Loading…
Cancel
Save