Apollo 10.0
自动驾驶开放平台
apollo::drivers::lslidar::parser::LaserCorrection结构体 参考

correction values for a single laser 更多...

#include <calibration.h>

apollo::drivers::lslidar::parser::LaserCorrection 的协作图:

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.h45 行定义.

类成员变量说明

◆ cos_rot_correction

float apollo::drivers::lslidar::parser::LaserCorrection::cos_rot_correction

cached values calculated when the calibration file is read

cached cosine of rot_correction

在文件 calibration.h61 行定义.

◆ cos_vert_correction

float apollo::drivers::lslidar::parser::LaserCorrection::cos_vert_correction

cached cosine of vert_correction

在文件 calibration.h63 行定义.

◆ dist_correction

float apollo::drivers::lslidar::parser::LaserCorrection::dist_correction

在文件 calibration.h49 行定义.

◆ dist_correction_x

float apollo::drivers::lslidar::parser::LaserCorrection::dist_correction_x

在文件 calibration.h50 行定义.

◆ dist_correction_y

float apollo::drivers::lslidar::parser::LaserCorrection::dist_correction_y

在文件 calibration.h51 行定义.

◆ focal_distance

float apollo::drivers::lslidar::parser::LaserCorrection::focal_distance

在文件 calibration.h56 行定义.

◆ focal_offset

float apollo::drivers::lslidar::parser::LaserCorrection::focal_offset

在文件 calibration.h58 行定义.

◆ focal_slope

float apollo::drivers::lslidar::parser::LaserCorrection::focal_slope

在文件 calibration.h57 行定义.

◆ horiz_offset_correction

float apollo::drivers::lslidar::parser::LaserCorrection::horiz_offset_correction

在文件 calibration.h53 行定义.

◆ laser_ring

int apollo::drivers::lslidar::parser::LaserCorrection::laser_ring

ring number for this laser

在文件 calibration.h66 行定义.

◆ max_intensity

int apollo::drivers::lslidar::parser::LaserCorrection::max_intensity

在文件 calibration.h54 行定义.

◆ min_intensity

int apollo::drivers::lslidar::parser::LaserCorrection::min_intensity

在文件 calibration.h55 行定义.

◆ rot_correction

float apollo::drivers::lslidar::parser::LaserCorrection::rot_correction

parameters in db.xml

在文件 calibration.h47 行定义.

◆ sin_rot_correction

float apollo::drivers::lslidar::parser::LaserCorrection::sin_rot_correction

cached sine of rot_correction

在文件 calibration.h62 行定义.

◆ sin_vert_correction

float apollo::drivers::lslidar::parser::LaserCorrection::sin_vert_correction

cached sine of vert_correction

在文件 calibration.h64 行定义.

◆ vert_correction

float apollo::drivers::lslidar::parser::LaserCorrection::vert_correction

在文件 calibration.h48 行定义.

◆ vert_offset_correction

float apollo::drivers::lslidar::parser::LaserCorrection::vert_offset_correction

在文件 calibration.h52 行定义.


该结构体的文档由以下文件生成: