From 487530f791e866f35b0fdc2b87acd5ef7f16910a Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 7 Jan 2018 20:23:54 +0100 Subject: [PATCH] Use SITL as metadata build validation target This allows to build all params and test them. --- Tools/qgc_meta_sync.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/qgc_meta_sync.sh b/Tools/qgc_meta_sync.sh index ad66c63885..c393b46182 100755 --- a/Tools/qgc_meta_sync.sh +++ b/Tools/qgc_meta_sync.sh @@ -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