Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::planning::AutotuningSpeedFeatureBuilder Class Reference

: build the mlp cost functional for speed profile based on trajectory raw feature More...

#include <autotuning_speed_feature_builder.h>

Inheritance diagram for apollo::planning::AutotuningSpeedFeatureBuilder:
Inheritance graph
Collaboration diagram for apollo::planning::AutotuningSpeedFeatureBuilder:
Collaboration graph

Public Member Functions

 AutotuningSpeedFeatureBuilder ()=default
 
virtual ~AutotuningSpeedFeatureBuilder ()=default
 
common::Status BuildFeature (const autotuning::TrajectoryRawFeature &raw_feature, autotuning::TrajectoryFeature *const input_feature) const override
 
common::Status BuildPointFeature (const autotuning::TrajectoryPointRawFeature &raw_point_feature, autotuning::TrajectoryPointwiseFeature *const point_feature) const override
 
- Public Member Functions inherited from apollo::planning::AutotuningFeatureBuilder
 AutotuningFeatureBuilder ()=default
 : constructor More...
 
virtual ~AutotuningFeatureBuilder ()=default
 

Detailed Description

: build the mlp cost functional for speed profile based on trajectory raw feature

Constructor & Destructor Documentation

◆ AutotuningSpeedFeatureBuilder()

apollo::planning::AutotuningSpeedFeatureBuilder::AutotuningSpeedFeatureBuilder ( )
default

◆ ~AutotuningSpeedFeatureBuilder()

virtual apollo::planning::AutotuningSpeedFeatureBuilder::~AutotuningSpeedFeatureBuilder ( )
virtualdefault

Member Function Documentation

◆ BuildFeature()

common::Status apollo::planning::AutotuningSpeedFeatureBuilder::BuildFeature ( const autotuning::TrajectoryRawFeature &  raw_feature,
autotuning::TrajectoryFeature *const  input_feature 
) const
overridevirtual

◆ BuildPointFeature()

common::Status apollo::planning::AutotuningSpeedFeatureBuilder::BuildPointFeature ( const autotuning::TrajectoryPointRawFeature &  raw_point_feature,
autotuning::TrajectoryPointwiseFeature *const  point_feature 
) const
overridevirtual

The documentation for this class was generated from the following file: