Apollo 10.0
自动驾驶开放平台
|
#include <cost_evaluator.h>
Public 成员函数 | |
CostEvaluator () | |
Constructor | |
virtual | ~CostEvaluator ()=default |
Destructor | |
bool | Evaluate (Obstacle *obstacle_ptr, ObstaclesContainer *obstacles_container) override |
Override Evaluate | |
std::string | GetName () override |
Get the name of evaluator. | |
![]() | |
Evaluator ()=default | |
Constructor | |
virtual | ~Evaluator ()=default |
Destructor | |
virtual bool | Evaluate (Obstacle *obstacle, ObstaclesContainer *obstacles_container, std::vector< Obstacle * > dynamic_env) |
Evaluate an obstacle | |
virtual bool | Evaluate (const ADCTrajectoryContainer *adc_trajectory_container, Obstacle *obstacle, ObstaclesContainer *obstacles_container) |
Evaluate an obstacle | |
额外继承的成员函数 | |
![]() | |
std::pair< double, double > | WorldCoordToObjCoord (std::pair< double, double > input_world_coord, std::pair< double, double > obj_world_coord, double obj_world_angle) |
std::pair< double, double > | WorldCoordToObjCoordNorth (std::pair< double, double > input_world_coord, std::pair< double, double > obj_world_coord, double obj_world_angle) |
double | WorldAngleToObjAngle (double input_world_angle, double obj_world_angle) |
Eigen::MatrixXf | VectorToMatrixXf (const std::vector< double > &nums, const int start_index, const int end_index) |
Eigen::MatrixXf | VectorToMatrixXf (const std::vector< double > &nums, const int start_index, const int end_index, const int output_num_row, const int output_num_col) |
![]() | |
ObstacleConf::EvaluatorType | evaluator_type_ |
在文件 cost_evaluator.h 第 28 行定义.
apollo::prediction::CostEvaluator::CostEvaluator | ( | ) |
Constructor
在文件 cost_evaluator.cc 第 23 行定义.
|
virtualdefault |
Destructor
|
overridevirtual |
Override Evaluate
Obstacle | pointer |
Obstacles | container |
实现了 apollo::prediction::Evaluator.
在文件 cost_evaluator.cc 第 27 行定义.
|
inlineoverridevirtual |
Get the name of evaluator.
实现了 apollo::prediction::Evaluator.
在文件 cost_evaluator.h 第 51 行定义.