|
Apollo 11.0
自动驾驶开放平台
|
#include <deque>#include <map>#include <vector>#include <string>#include "modules/prediction/proto/vector_net.pb.h"#include "modules/common/math/linear_interpolation.h"#include "modules/common/util/point_factory.h"#include "modules/map/hdmap/hdmap_util.h"#include "modules/prediction/common/prediction_system_gflags.h"类 | |
| class | apollo::prediction::VectorNet |
命名空间 | |
| namespace | apollo |
| class register implement | |
| namespace | apollo::prediction |
| apollo::prediction | |
类型定义 | |
| using | apollo::prediction::FeatureVector = std::vector< std::vector< std::vector< double > > > |
| using | apollo::prediction::PidVector = std::vector< std::vector< double > > |