#include <third_party_perception_base.h>
◆ ThirdPartyPerception() [1/2]
apollo::third_party_perception::ThirdPartyPerception::ThirdPartyPerception |
( |
apollo::cyber::Node *const |
node | ) |
|
|
explicit |
在文件 third_party_perception_base.cc 第 29 行定义.
31
34 FLAGS_localization_topic,
35 [this](
36 const std::shared_ptr<apollo::localization::LocalizationEstimate>
37 &localization) {
39 });
40
42 FLAGS_chassis_topic,
43 [this](const std::shared_ptr<apollo::canbus::Chassis> &chassis) {
45 });
46}
std::shared_ptr< apollo::cyber::Reader< apollo::canbus::Chassis > > chassis_reader_
std::shared_ptr< apollo::cyber::Reader< apollo::localization::LocalizationEstimate > > localization_reader_
std::shared_ptr< apollo::cyber::Node > node_
void OnChassis(const apollo::canbus::Chassis &message)
void OnLocalization(const apollo::localization::LocalizationEstimate &message)
◆ ThirdPartyPerception() [2/2]
apollo::third_party_perception::ThirdPartyPerception::ThirdPartyPerception |
( |
| ) |
|
|
default |
◆ ~ThirdPartyPerception()
virtual apollo::third_party_perception::ThirdPartyPerception::~ThirdPartyPerception |
( |
| ) |
|
|
virtualdefault |
◆ Init()
Status apollo::third_party_perception::ThirdPartyPerception::Init |
( |
| ) |
|
◆ Name()
std::string apollo::third_party_perception::ThirdPartyPerception::Name |
( |
| ) |
const |
◆ OnChassis()
◆ OnLocalization()
◆ Process()
◆ Start()
Status apollo::third_party_perception::ThirdPartyPerception::Start |
( |
| ) |
|
◆ Stop()
void apollo::third_party_perception::ThirdPartyPerception::Stop |
( |
| ) |
|
◆ chassis_
◆ chassis_reader_
◆ current_radar_obstacles_
RadarObstacles apollo::third_party_perception::ThirdPartyPerception::current_radar_obstacles_ |
|
protected |
◆ last_radar_obstacles_
RadarObstacles apollo::third_party_perception::ThirdPartyPerception::last_radar_obstacles_ |
|
protected |
◆ localization_
◆ localization_reader_
◆ node_
std::shared_ptr<apollo::cyber::Node> apollo::third_party_perception::ThirdPartyPerception::node_ = nullptr |
|
protected |
◆ third_party_perception_mutex_
std::mutex apollo::third_party_perception::ThirdPartyPerception::third_party_perception_mutex_ |
|
protected |
该类的文档由以下文件生成: