Apollo 10.0
自动驾驶开放平台
|
correction values for a single laser 更多...
#include <calibration.h>
Public 属性 | |
float | rot_correction |
parameters in db.xml | |
float | vert_correction |
float | dist_correction |
float | dist_correction_x |
float | dist_correction_y |
float | vert_offset_correction |
float | horiz_offset_correction |
int | max_intensity |
int | min_intensity |
float | focal_distance |
float | focal_slope |
float | focal_offset |
float | cos_rot_correction |
cached values calculated when the calibration file is read | |
float | sin_rot_correction |
cached sine of rot_correction | |
float | cos_vert_correction |
cached cosine of vert_correction | |
float | sin_vert_correction |
cached sine of vert_correction | |
int | laser_ring |
ring number for this laser | |
correction values for a single laser
在文件 calibration.h 第 45 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::cos_rot_correction |
cached values calculated when the calibration file is read
cached cosine of rot_correction
在文件 calibration.h 第 61 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::cos_vert_correction |
cached cosine of vert_correction
在文件 calibration.h 第 63 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::dist_correction |
在文件 calibration.h 第 49 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::dist_correction_x |
在文件 calibration.h 第 50 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::dist_correction_y |
在文件 calibration.h 第 51 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::focal_distance |
在文件 calibration.h 第 56 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::focal_offset |
在文件 calibration.h 第 58 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::focal_slope |
在文件 calibration.h 第 57 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::horiz_offset_correction |
在文件 calibration.h 第 53 行定义.
int apollo::drivers::lslidar::parser::LaserCorrection::laser_ring |
ring number for this laser
在文件 calibration.h 第 66 行定义.
int apollo::drivers::lslidar::parser::LaserCorrection::max_intensity |
在文件 calibration.h 第 54 行定义.
int apollo::drivers::lslidar::parser::LaserCorrection::min_intensity |
在文件 calibration.h 第 55 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::rot_correction |
parameters in db.xml
在文件 calibration.h 第 47 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::sin_rot_correction |
cached sine of rot_correction
在文件 calibration.h 第 62 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::sin_vert_correction |
cached sine of vert_correction
在文件 calibration.h 第 64 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::vert_correction |
在文件 calibration.h 第 48 行定义.
float apollo::drivers::lslidar::parser::LaserCorrection::vert_offset_correction |
在文件 calibration.h 第 52 行定义.