Main Page
Classes
Files
File List
File Members
src
frameeditor_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/frameeditorwindow.h
>
24
#ifndef Q_MOC_RUN
25
#include <
ros/ros.h
>
26
#include <
ros/init.h
>
27
#endif
28
29
/*
30
* frameeditor_main.cpp
31
*
32
* Created on: 23.09.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
FrameEditor
frameEditor;
47
frameEditor.resize( 300, 600 );
48
frameEditor.show();
49
a.exec();
50
51
return
0;
52
}
init.h
frameeditorwindow.h
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
std
main
int main(int argc, char *argv[])
Definition:
frameeditor_main.cpp:38
ROS_INFO
#define ROS_INFO(...)
FrameEditor
Definition:
frameeditorwindow.h:31
ros.h
asr_mild_calibration_tool
Author(s): Aumann Florian, Heller Florian, Meißner Pascal
autogenerated on Mon Dec 2 2019 03:11:43