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
Transformation
transformation_data.cpp
Go to the documentation of this file.
1
18
#include "
Transformation/transformation_data.h
"
19
20
Transformation_Data::Transformation_Data
(Eigen::Matrix4d PTU_Frame, Eigen::Matrix4d LaserScan_Frame,
double
pan,
double
tilt)
21
{
22
this->PTU_Frame =
PTU_Frame
;
23
this->LaserScan_Frame =
LaserScan_Frame
;
24
this->pan =
pan
;
25
this->tilt =
tilt
;
26
}
27
28
29
Transformation_Data::Transformation_Data
()
30
{
31
this->
PTU_Frame
= *(
new
Eigen::Matrix4d);
32
this->
LaserScan_Frame
= *(
new
Eigen::Matrix4d);
33
this->
pan
= 0;
34
this->
tilt
= 0;
35
}
transformation_data.h
Transformation_Data::tilt
double tilt
Definition:
transformation_data.h:70
Transformation_Data::Transformation_Data
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Transformation_Data()
Definition:
transformation_data.cpp:29
Transformation_Data::PTU_Frame
Eigen::Matrix4d PTU_Frame
Definition:
transformation_data.h:67
Transformation_Data::pan
double pan
Definition:
transformation_data.h:69
Transformation_Data::LaserScan_Frame
Eigen::Matrix4d LaserScan_Frame
Definition:
transformation_data.h:68
asr_mild_calibration_tool
Author(s): Aumann Florian, Heller Florian, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:47:19