60 bool Proc(
const std::shared_ptr<TrafficDetectMessage>& message)
override;
64 bool InitAlgorithmPlugin();
65 bool InternalProc(
const std::shared_ptr<TrafficDetectMessage const>& message);
69 std::string tl_recognitor_name_;
71 std::string config_path_;
72 std::string config_file_;
74 std::shared_ptr<trafficlight::BaseTrafficLightRecognitor> recognitor_;
75 std::shared_ptr<apollo::cyber::Writer<TrafficDetectMessage>> writer_;