#include <lane_aggregating_evaluator.h>
|
std::pair< double, double > | WorldCoordToObjCoord (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_ |
|
◆ LaneAggregatingEvaluator()
apollo::prediction::LaneAggregatingEvaluator::LaneAggregatingEvaluator |
( |
| ) |
|
◆ ~LaneAggregatingEvaluator()
virtual apollo::prediction::LaneAggregatingEvaluator::~LaneAggregatingEvaluator |
( |
| ) |
|
|
virtualdefault |
◆ Evaluate()
◆ GetName()
std::string apollo::prediction::LaneAggregatingEvaluator::GetName |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: