Apollo 10.0
自动驾驶开放平台
|
apollo::third_party_perception 更多...
命名空间 | |
namespace | conversion_mobileye |
apollo::third_party_perception | |
namespace | conversion_radar |
apollo::third_party_perception | |
namespace | conversion_smartereye |
apollo::third_party_perception | |
namespace | filter |
apollo::third_party_perception | |
namespace | fusion |
apollo::third_party_perception | |
类 | |
struct | RadarObstacle |
struct | RadarObstacles |
class | ThirdPartyPerception |
class | ThirdPartyPerceptionComponent |
struct | ThirdPartyPerceptionDevice |
class | ThirdPartyPerceptionMobileye |
class | ThirdPartyPerceptionSmartereye |
class | ThirdPartyPerceptionTestBase |
类型定义 | |
using | Point = apollo::common::Point3D |
枚举 | |
enum | ThirdPartyPerceptionDeviceType { SMARTEREYE = 0 , MOBILEYE = 1 } |
函数 | |
double | GetAngleFromQuaternion (const Quaternion quaternion) |
void | FillPerceptionPolygon (PerceptionObstacle *const perception_obstacle, const double mid_x, const double mid_y, const double mid_z, const double length, const double width, const double height, const double heading) |
double | GetDefaultObjectLength (const int object_type) |
double | GetDefaultObjectWidth (const int object_type) |
Point | SLtoXY (const Point &point, const double theta) |
Point | SLtoXY (const double x, const double y, const double theta) |
double | Distance (const Point &point1, const Point &point2) |
double | GetNearestLaneHeading (const PointENU &point_enu) |
double | GetNearestLaneHeading (const Point &point) |
double | GetNearestLaneHeading (const double x, const double y, const double z) |
double | GetLateralDistanceToNearestLane (const Point &point) |
double | Speed (const Point &point) |
double | Speed (const double vx, const double vy) |
double | HeadingDifference (const double theta1, const double theta2) |
using apollo::third_party_perception::Point = typedef apollo::common::Point3D |
在文件 third_party_perception_util.cc 第 37 行定义.
枚举值 | |
---|---|
SMARTEREYE | |
MOBILEYE |
在文件 third_party_perception_component.proto 第 5 行定义.
在文件 third_party_perception_util.cc 第 134 行定义.
void apollo::third_party_perception::FillPerceptionPolygon | ( | PerceptionObstacle *const | perception_obstacle, |
const double | mid_x, | ||
const double | mid_y, | ||
const double | mid_z, | ||
const double | length, | ||
const double | width, | ||
const double | height, | ||
const double | heading | ||
) |
在文件 third_party_perception_util.cc 第 48 行定义.
double apollo::third_party_perception::GetAngleFromQuaternion | ( | const Quaternion | quaternion | ) |
在文件 third_party_perception_util.cc 第 39 行定义.
double apollo::third_party_perception::GetDefaultObjectLength | ( | const int | object_type | ) |
在文件 third_party_perception_util.cc 第 69 行定义.
double apollo::third_party_perception::GetDefaultObjectWidth | ( | const int | object_type | ) |
在文件 third_party_perception_util.cc 第 96 行定义.
double apollo::third_party_perception::GetLateralDistanceToNearestLane | ( | const Point & | point | ) |
在文件 third_party_perception_util.cc 第 197 行定义.
double apollo::third_party_perception::GetNearestLaneHeading | ( | const double | x, |
const double | y, | ||
const double | z | ||
) |
在文件 third_party_perception_util.cc 第 181 行定义.
double apollo::third_party_perception::GetNearestLaneHeading | ( | const Point & | point | ) |
在文件 third_party_perception_util.cc 第 166 行定义.
double apollo::third_party_perception::GetNearestLaneHeading | ( | const PointENU & | point_enu | ) |
在文件 third_party_perception_util.cc 第 141 行定义.
double apollo::third_party_perception::HeadingDifference | ( | const double | theta1, |
const double | theta2 | ||
) |
在文件 third_party_perception_util.cc 第 232 行定义.
apollo::common::Point3D apollo::third_party_perception::SLtoXY | ( | const double | x, |
const double | y, | ||
const double | theta | ||
) |
在文件 third_party_perception_util.cc 第 127 行定义.
apollo::common::Point3D apollo::third_party_perception::SLtoXY | ( | const Point & | point, |
const double | theta | ||
) |
在文件 third_party_perception_util.cc 第 123 行定义.
double apollo::third_party_perception::Speed | ( | const double | vx, |
const double | vy | ||
) |
在文件 third_party_perception_util.cc 第 228 行定义.