航点传输完成,但不能跟随地图移动

This commit is contained in:
2020-05-20 18:05:16 +08:00
parent 72eb0b2dfe
commit 80a391dc96
11 changed files with 506 additions and 238 deletions
+8
View File
@@ -55,6 +55,14 @@ SOURCES += \
parameterprocess.cpp \
missionprocess.cpp
INCLUDEPATH += $$PWD/../thirdpart/include
LIBS += -L$$PWD/../thirdpart/lib -lcore
LIBS += -L$$PWD/../thirdpart/lib -linternals
LIBS += -L$$PWD/../thirdpart/lib -lopmapwidget
#添加mavlink目录
INCLUDEPATH += $$PWD/../mavlink \
$$PWD/../mavlink/ardupilotmega \