Apollo 10.0
自动驾驶开放平台
|
#include <online_calibration_service.h>
Public 属性 | |
float | camera_ground_height = -1.f |
float | pitch_angle = 0.f |
float | pitch_angle_diff = 0.f |
std::vector< double > | k_matrix = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0} |
std::vector< double > | ground_plane = {0.0, 0.0, 0.0, 0.0} |
在文件 online_calibration_service.h 第 31 行定义.
float apollo::perception::camera::CameraStatus::camera_ground_height = -1.f |
在文件 online_calibration_service.h 第 32 行定义.
std::vector<double> apollo::perception::camera::CameraStatus::ground_plane = {0.0, 0.0, 0.0, 0.0} |
在文件 online_calibration_service.h 第 36 行定义.
std::vector<double> apollo::perception::camera::CameraStatus::k_matrix = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0} |
在文件 online_calibration_service.h 第 35 行定义.
float apollo::perception::camera::CameraStatus::pitch_angle = 0.f |
在文件 online_calibration_service.h 第 33 行定义.
float apollo::perception::camera::CameraStatus::pitch_angle_diff = 0.f |
在文件 online_calibration_service.h 第 34 行定义.