first version: only contains ros controller built with C++

pull/3/head
大耳刮子 3 years ago
parent a1d85fc1e5
commit c24e9f3dac

@ -123,10 +123,10 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(SOURCES
src/main.cpp
src/mainwindow.cpp
src/mainwindow.hpp
include/Air_Ground_CEC/mainwindow.hpp
src/mainwindow.ui
src/qnode.cpp
src/qnode.hpp
include/Air_Ground_CEC/qnode.hpp
)
## Specify additional locations of header files
## Your package locations should be listed before other locations

@ -2,8 +2,6 @@
#define MAINWINDOW_H
#include <QMainWindow>
#include "ui_mainwindow.h"
//#include "qnode.hpp"
#include <QImage>
#include <QMutex>

@ -1,4 +1,4 @@
#include "mainwindow.hpp"
#include "../include/Air_Ground_CEC/mainwindow.hpp"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :

Loading…
Cancel
Save