#include <junction_map_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_ |
|
◆ JunctionMapEvaluator() [1/2]
apollo::prediction::JunctionMapEvaluator::JunctionMapEvaluator |
( |
| ) |
|
|
delete |
◆ JunctionMapEvaluator() [2/2]
apollo::prediction::JunctionMapEvaluator::JunctionMapEvaluator |
( |
SemanticMap * |
semantic_map | ) |
|
|
explicit |
◆ ~JunctionMapEvaluator()
virtual apollo::prediction::JunctionMapEvaluator::~JunctionMapEvaluator |
( |
| ) |
|
|
virtualdefault |
◆ Clear()
void apollo::prediction::JunctionMapEvaluator::Clear |
( |
| ) |
|
Clear obstacle feature map.
◆ Evaluate()
◆ ExtractFeatureValues()
bool apollo::prediction::JunctionMapEvaluator::ExtractFeatureValues |
( |
Obstacle * |
obstacle_ptr, |
|
|
std::vector< double > * |
feature_values |
|
) |
| |
Extract feature vector.
- Parameters
-
Obstacle | pointer Feature container in a vector for receiving the feature values |
◆ GetName()
std::string apollo::prediction::JunctionMapEvaluator::GetName |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: