61 #include "modules/drivers/proto/conti_radar.pb.h" 68 namespace perception {
80 virtual bool Init() = 0;
86 virtual bool Preprocess(
const drivers::ContiRadar& raw_obstacles,
88 drivers::ContiRadar* corrected_obstacles) = 0;
90 virtual std::string Name()
const = 0;
97 #define PERCEPTION_REGISTER_PREPROCESSOR(name) \ 98 PERCEPTION_REGISTER_CLASS(BasePreprocessor, name) Definition: base_preprocessor.h:75
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
PERCEPTION_REGISTER_REGISTERER(BaseDetector)
Definition: base_preprocessor.h:71
#define DISALLOW_COPY_AND_ASSIGN(classname)
Definition: macros.h:48
bool Init(const char *binary_name)