calibration_main.cpp
Go to the documentation of this file.
00001 
00018 #include <iostream>
00019 #include <QtGui/QApplication>
00020 #include <QFrame>
00021 #include <QtConcurrentRun>
00022 #include <qapplication.h>
00023 #include "GUI/mainwindow.h"
00024 #ifndef Q_MOC_RUN
00025 #include <ros/ros.h>
00026 #include <ros/init.h>
00027 #endif
00028 
00029 /*
00030  * calibration_main.cpp
00031  *
00032  *  Created on: 13.04.2015
00033  *      Author: Florian Aumann
00034  */
00035 
00036 using namespace std;
00037 
00038 int main(int argc, char *argv[])
00039 {    
00040     char *arg[0];
00041     int x = 0;
00042     ROS_INFO("Init ROS");
00043     ros::init(x, arg, "calibrationTool");
00044 
00045     QApplication a(argc,argv);
00046     MainWindow mainWindow;
00047     mainWindow.resize( 1200, 1000 );
00048     mainWindow.show();
00049     a.exec();
00050 
00051     return 0;
00052 }
00053 
00054 
00055 
00056 


asr_mild_calibration_tool
Author(s): Aumann Florian, Heller Florian, Meißner Pascal
autogenerated on Thu Jun 6 2019 21:22:44