#include <cyclist_keep_lane_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_ |
| |
◆ CyclistKeepLaneEvaluator()
| apollo::prediction::CyclistKeepLaneEvaluator::CyclistKeepLaneEvaluator |
( |
| ) |
|
◆ ~CyclistKeepLaneEvaluator()
| virtual apollo::prediction::CyclistKeepLaneEvaluator::~CyclistKeepLaneEvaluator |
( |
| ) |
|
|
virtualdefault |
◆ Evaluate()
◆ GetName()
| std::string apollo::prediction::CyclistKeepLaneEvaluator::GetName |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: