transformation_data.cpp
Go to the documentation of this file.
1 
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 
30 {
31  this->PTU_Frame = *(new Eigen::Matrix4d);
32  this->LaserScan_Frame = *(new Eigen::Matrix4d);
33  this->pan = 0;
34  this->tilt = 0;
35 }
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Transformation_Data()
Eigen::Matrix4d PTU_Frame
Eigen::Matrix4d LaserScan_Frame


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