Apollo 10.0
自动驾驶开放平台
|
#include <point_cloud_updater.h>
Public 成员函数 | |
PointCloudChannelUpdater (std::string channel_name) | |
Public 属性 | |
std::string | cur_channel_name_ |
std::shared_ptr< cyber::Reader< drivers::PointCloud > > | point_cloud_reader_ |
std::shared_ptr< cyber::Reader< apollo::perception::PerceptionEdgeInfo > > | perception_edge_reader_ |
double | last_point_cloud_time_ |
std::string | point_cloud_str_ |
std::unique_ptr< cyber::Timer > | timer_ |
std::atomic< bool > | future_ready_ |
std::future< void > | async_future_ |
在文件 point_cloud_updater.h 第 58 行定义.
|
inlineexplicit |
在文件 point_cloud_updater.h 第 69 行定义.
std::future<void> apollo::dreamview::PointCloudChannelUpdater::async_future_ |
在文件 point_cloud_updater.h 第 68 行定义.
std::string apollo::dreamview::PointCloudChannelUpdater::cur_channel_name_ |
在文件 point_cloud_updater.h 第 59 行定义.
std::atomic<bool> apollo::dreamview::PointCloudChannelUpdater::future_ready_ |
在文件 point_cloud_updater.h 第 67 行定义.
double apollo::dreamview::PointCloudChannelUpdater::last_point_cloud_time_ |
在文件 point_cloud_updater.h 第 63 行定义.
std::shared_ptr<cyber::Reader<apollo::perception::PerceptionEdgeInfo> > apollo::dreamview::PointCloudChannelUpdater::perception_edge_reader_ |
在文件 point_cloud_updater.h 第 62 行定义.
std::shared_ptr<cyber::Reader<drivers::PointCloud> > apollo::dreamview::PointCloudChannelUpdater::point_cloud_reader_ |
在文件 point_cloud_updater.h 第 60 行定义.
std::string apollo::dreamview::PointCloudChannelUpdater::point_cloud_str_ |
在文件 point_cloud_updater.h 第 65 行定义.
std::unique_ptr<cyber::Timer> apollo::dreamview::PointCloudChannelUpdater::timer_ |
在文件 point_cloud_updater.h 第 66 行定义.