Main Page
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
c
d
e
f
i
l
m
n
p
r
s
t
w
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
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 Feb 28 2022 21:47:19