Apollo 10.0
自动驾驶开放平台
|
#include <object_supplement.h>
Public 成员函数 | |
void | Reset () |
Public 属性 | |
bool | is_orientation_ready = false |
bool | on_use = false |
std::vector< int > | point_ids |
base::AttributePointCloud< PointF > | cloud |
base::AttributePointCloud< PointD > | cloud_world |
bool | is_background = false |
bool | is_clustered = false |
ObjectSemanticType | semantic_type = ObjectSemanticType::UNKNOWN |
MotionState | dynamic_state = MotionState::UNKNOWN |
bool | is_fp = false |
float | fp_prob = 0.f |
bool | is_in_roi = false |
size_t | num_points_in_roi = 0 |
float | height_above_ground = std::numeric_limits<float>::max() |
std::vector< std::vector< float > > | raw_probs |
std::vector< std::string > | raw_classification_methods |
std::vector< float > | detections = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0} |
在文件 object_supplement.h 第 35 行定义.
|
inline |
在文件 object_supplement.h 第 36 行定义.
base::AttributePointCloud<PointF> apollo::perception::base::LidarObjectSupplement::cloud |
在文件 object_supplement.h 第 58 行定义.
base::AttributePointCloud<PointD> apollo::perception::base::LidarObjectSupplement::cloud_world |
在文件 object_supplement.h 第 60 行定义.
std::vector<float> apollo::perception::base::LidarObjectSupplement::detections = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0} |
在文件 object_supplement.h 第 85 行定义.
MotionState apollo::perception::base::LidarObjectSupplement::dynamic_state = MotionState::UNKNOWN |
在文件 object_supplement.h 第 68 行定义.
float apollo::perception::base::LidarObjectSupplement::fp_prob = 0.f |
在文件 object_supplement.h 第 72 行定义.
float apollo::perception::base::LidarObjectSupplement::height_above_ground = std::numeric_limits<float>::max() |
在文件 object_supplement.h 第 78 行定义.
bool apollo::perception::base::LidarObjectSupplement::is_background = false |
在文件 object_supplement.h 第 62 行定义.
bool apollo::perception::base::LidarObjectSupplement::is_clustered = false |
在文件 object_supplement.h 第 64 行定义.
bool apollo::perception::base::LidarObjectSupplement::is_fp = false |
在文件 object_supplement.h 第 70 行定义.
bool apollo::perception::base::LidarObjectSupplement::is_in_roi = false |
在文件 object_supplement.h 第 74 行定义.
bool apollo::perception::base::LidarObjectSupplement::is_orientation_ready = false |
在文件 object_supplement.h 第 52 行定义.
size_t apollo::perception::base::LidarObjectSupplement::num_points_in_roi = 0 |
在文件 object_supplement.h 第 76 行定义.
bool apollo::perception::base::LidarObjectSupplement::on_use = false |
在文件 object_supplement.h 第 54 行定义.
std::vector<int> apollo::perception::base::LidarObjectSupplement::point_ids |
在文件 object_supplement.h 第 56 行定义.
std::vector<std::string> apollo::perception::base::LidarObjectSupplement::raw_classification_methods |
在文件 object_supplement.h 第 82 行定义.
std::vector<std::vector<float> > apollo::perception::base::LidarObjectSupplement::raw_probs |
在文件 object_supplement.h 第 81 行定义.
ObjectSemanticType apollo::perception::base::LidarObjectSupplement::semantic_type = ObjectSemanticType::UNKNOWN |
在文件 object_supplement.h 第 66 行定义.