Main Page
Classes
Files
File List
File Members
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 Dec 2 2019 03:11:43