21#include "modules/planning/planning_base/proto/learning_data.pb.h"
54 const std::string& record_filename,
75 static int learning_data_file_index_;
static LearningDataFrame * GetLatestLearningDataFrame()
static int SizeOfLearningData()
Get the size of learning_data_
static void InsertLearningDataFrame(const std::string &record_filename, const LearningDataFrame &learning_data_frame)
Insert a a frame of learning data
static void WriteRemainderiLearningData(const std::string &record_file)
static bool Ready()
Check if output is ready
FeatureOutput()=delete
Constructor; disabled
static void Close()
Close the output stream
static void InsertPlanningResult()
static void WriteLearningData(const std::string &record_file)
Write LearningData to a file
Planning module main class.