Apollo 10.0
自动驾驶开放平台
|
#include <lane_struct.h>
Public 属性 | |
float | x_start |
float | x_end |
float | a |
float | b |
float | c |
float | d |
在文件 lane_struct.h 第 54 行定义.
float apollo::perception::base::LaneLineCubicCurve::a |
在文件 lane_struct.h 第 57 行定义.
float apollo::perception::base::LaneLineCubicCurve::b |
在文件 lane_struct.h 第 58 行定义.
float apollo::perception::base::LaneLineCubicCurve::c |
在文件 lane_struct.h 第 59 行定义.
float apollo::perception::base::LaneLineCubicCurve::d |
在文件 lane_struct.h 第 60 行定义.
float apollo::perception::base::LaneLineCubicCurve::x_end |
在文件 lane_struct.h 第 56 行定义.
float apollo::perception::base::LaneLineCubicCurve::x_start |
在文件 lane_struct.h 第 55 行定义.