Apollo 10.0
自动驾驶开放平台
|
#include <feature_output.h>
Public 成员函数 | |
FeatureOutput ()=delete | |
Constructor; disabled | |
静态 Public 成员函数 | |
static void | Close () |
Close the output stream | |
static void | Clear () |
Reset | |
static bool | Ready () |
Check if output is ready | |
static void | InsertFeatureProto (const Feature &feature) |
Insert a feature | |
static void | InsertDataForLearning (const Feature &feature, const std::vector< double > &feature_values, const std::string &category, const LaneSequence *lane_sequence_ptr) |
Insert a data_for_learning | |
static void | InsertDataForLearning (const Feature &feature, const std::vector< double > &feature_values, const std::vector< std::string > &string_feature_values, const std::string &category, const LaneSequence *lane_sequence_ptr) |
static void | InsertPredictionResult (const Obstacle *obstacle, const PredictionObstacle &prediction_obstacle, const ObstacleConf &obstacle_conf, const Scenario &scenario) |
Insert a prediction result with predicted trajectories | |
static void | InsertFrameEnv (const FrameEnv &frame_env) |
Insert a frame env | |
static void | InsertDataForTuning (const Feature &feature, const std::vector< double > &feature_values, const std::string &category, const LaneSequence &lane_sequence, const std::vector< apollo::common::TrajectoryPoint > &adc_trajectory) |
Insert a data_for_tuning | |
static void | WriteFeatureProto () |
Write features to a file | |
static void | WriteDataForLearning () |
Write DataForLearning features to a file | |
static void | WritePredictionResult () |
Write PredictionResult to a file | |
static void | WriteFrameEnv () |
Write frame env to a file | |
static void | WriteDataForTuning () |
Write DataForTuning features to a file | |
static int | Size () |
Get feature size | |
static int | SizeOfDataForLearning () |
Get the size of data_for_learning features. | |
static int | SizeOfPredictionResult () |
Get the size of prediction results. | |
static int | SizeOfFrameEnv () |
Get the size of frame env. | |
static int | SizeOfDataForTuning () |
Get the size of data for tuning. | |
在文件 feature_output.h 第 30 行定义.
|
delete |
Constructor; disabled
|
static |
Reset
在文件 feature_output.cc 第 72 行定义.
|
static |
Close the output stream
在文件 feature_output.cc 第 41 行定义.
|
static |
Insert a data_for_learning
A | feature in proto |
在文件 feature_output.cc 第 96 行定义.
|
static |
在文件 feature_output.cc 第 104 行定义.
|
static |
Insert a data_for_tuning
A | feature in proto |
values | for tuning |
category | of the data |
lane | sequence |
adc | trajectory |
在文件 feature_output.cc 第 153 行定义.
|
static |
|
static |
Insert a frame env
frame | env |
在文件 feature_output.cc 第 148 行定义.
|
static |
Insert a prediction result with predicted trajectories
Obstacle | id |
prediction_obstacle | |
obstacle_conf | |
scenario |
在文件 feature_output.cc 第 126 行定义.
|
static |
|
static |
|
static |
Get the size of data_for_learning features.
在文件 feature_output.cc 第 243 行定义.
|
static |
Get the size of data for tuning.
在文件 feature_output.cc 第 258 行定义.
|
static |
Get the size of frame env.
在文件 feature_output.cc 第 253 行定义.
|
static |
Get the size of prediction results.
在文件 feature_output.cc 第 248 行定义.
|
static |
Write DataForLearning features to a file
在文件 feature_output.cc 第 185 行定义.
|
static |
Write DataForTuning features to a file
在文件 feature_output.cc 第 225 行定义.
|
static |
Write features to a file
在文件 feature_output.cc 第 172 行定义.
|
static |
Write frame env to a file
在文件 feature_output.cc 第 212 行定义.
|
static |
Write PredictionResult to a file
在文件 feature_output.cc 第 198 行定义.