mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add small script to sync meta data to QGC build
This commit is contained in:
parent
52d85f56e1
commit
49d174aae4
5
Tools/qgc_meta_sync.sh
Executable file
5
Tools/qgc_meta_sync.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
make px4fmu-v2_default
|
||||
cp build_px4fmu-v2_default/parameters.xml ../qgroundcontrol/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
|
||||
cp build_px4fmu-v2_default/airframes.xml ../qgroundcontrol/src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml
|
||||
Loading…
x
Reference in New Issue
Block a user