29 third_party_perception_param;
31 AINFO <<
"load third party perception param failed";
39 perception_ = std::make_shared<ThirdPartyPerceptionSmartereye>(
node_.get());
41 perception_ = std::make_shared<ThirdPartyPerceptionMobileye>(
node_.get());
43 perception_ = std::make_shared<ThirdPartyPerception>(
node_.get());
46 if (!perception_->Init().ok()) {
51 FLAGS_perception_obstacle_topic);
53 return perception_->Start().ok();