calibration_main.cpp
Go to the documentation of this file.
1 
18 #include <iostream>
19 #include <QtGui/QApplication>
20 #include <QFrame>
21 #include <QtConcurrentRun>
22 #include <qapplication.h>
23 #include "GUI/mainwindow.h"
24 #ifndef Q_MOC_RUN
25 #include <ros/ros.h>
26 #include <ros/init.h>
27 #endif
28 
29 /*
30  * calibration_main.cpp
31  *
32  * Created on: 13.04.2015
33  * Author: Florian Aumann
34  */
35 
36 using namespace std;
37 
38 int main(int argc, char *argv[])
39 {
40  char *arg[0];
41  int x = 0;
42  ROS_INFO("Init ROS");
43  ros::init(x, arg, "calibrationTool");
44 
45  QApplication a(argc,argv);
46  MainWindow mainWindow;
47  mainWindow.resize( 1200, 1000 );
48  mainWindow.show();
49  a.exec();
50 
51  return 0;
52 }
53 
54 
55 
56 
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
int main(int argc, char *argv[])
#define ROS_INFO(...)


asr_mild_calibration_tool
Author(s): Aumann Florian, Heller Florian, Meißner Pascal
autogenerated on Mon Dec 2 2019 03:11:43