Apollo  6.0
Open source self driving car software
Classes | Namespaces | Macros | Functions
base_preprocessor.h File Reference
#include <string>
#include "Eigen/Core"
#include "cyber/common/log.h"
#include "cyber/common/macros.h"
#include "modules/drivers/proto/conti_radar.pb.h"
#include "modules/perception/base/frame.h"
#include "modules/perception/lib/config_manager/config_manager.h"
#include "modules/perception/lib/registerer/registerer.h"
#include "modules/perception/radar/common/types.h"
Include dependency graph for base_preprocessor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  apollo::perception::radar::PreprocessorOptions
 
class  apollo::perception::radar::BasePreprocessor
 

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::perception
 apollo::perception
 
 apollo::perception::radar
 

Macros

#define PERCEPTION_REGISTER_PREPROCESSOR(name)   PERCEPTION_REGISTER_CLASS(BasePreprocessor, name)
 

Functions

 apollo::perception::radar::PERCEPTION_REGISTER_REGISTERER (BasePreprocessor)
 

Macro Definition Documentation

◆ PERCEPTION_REGISTER_PREPROCESSOR

#define PERCEPTION_REGISTER_PREPROCESSOR (   name)    PERCEPTION_REGISTER_CLASS(BasePreprocessor, name)