#include <autotuning_raw_feature_generator.h>
◆ AutotuningRawFeatureGenerator()
apollo::planning::AutotuningRawFeatureGenerator::AutotuningRawFeatureGenerator |
( |
const double |
time_range, |
|
|
const size_t |
num_points, |
|
|
const ReferenceLineInfo & |
reference_line_info, |
|
|
const Frame & |
frame, |
|
|
const SpeedLimit & |
speed_limit |
|
) |
| |
◆ EvaluateSpeedProfile()
common::Status apollo::planning::AutotuningRawFeatureGenerator::EvaluateSpeedProfile |
( |
const std::vector< common::SpeedPoint > & |
speed_profile, |
|
|
autotuning::TrajectoryRawFeature *const |
trajectory_feature |
|
) |
| const |
EvaluateSpeed Profile shall match the time range as well as resolution
◆ EvaluateTrajectory()
common::Status apollo::planning::AutotuningRawFeatureGenerator::EvaluateTrajectory |
( |
const std::vector< common::TrajectoryPoint > & |
trajectory, |
|
|
autotuning::TrajectoryRawFeature *const |
trajectory_feature |
|
) |
| const |
evaluate trajectory with environment, generate model trajectory features
- Parameters
-
reference | line related info |
frame | related status |
- Returns
- OK if the evaluation succeeds; error otherwise.
◆ EvaluateTrajectoryPoint()
common::Status apollo::planning::AutotuningRawFeatureGenerator::EvaluateTrajectoryPoint |
( |
const common::TrajectoryPoint & |
trajectory_point, |
|
|
autotuning::TrajectoryPointRawFeature *const |
trajectory_point_feature |
|
) |
| const |
evaluate trajectory point with environment, generate model trajectory features
- Parameters
-
reference | line related info |
frame | related status |
- Returns
- OK if the evaluation succeeds; error otherwise.
The documentation for this class was generated from the following file: