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