Apollo 10.0
自动驾驶开放平台
|
#include <obstacle_updater.h>
Public 成员函数 | |
ObstacleChannelUpdater (std::string channel_name) | |
Public 属性 | |
std::string | curr_channel_name_ |
std::shared_ptr< cyber::Reader< PerceptionObstacles > > | perception_obstacle_reader_ |
std::unordered_map< std::string, Object > | obj_map_ |
std::unique_ptr< cyber::Timer > | timer_ |
std::vector< PerceptionObstacle > | obstacles_ |
Obstacles | obstacle_objects_ |
在文件 obstacle_updater.h 第 42 行定义.
|
inlineexplicit |
在文件 obstacle_updater.h 第 50 行定义.
std::string apollo::dreamview::ObstacleChannelUpdater::curr_channel_name_ |
在文件 obstacle_updater.h 第 43 行定义.
std::unordered_map<std::string, Object> apollo::dreamview::ObstacleChannelUpdater::obj_map_ |
在文件 obstacle_updater.h 第 46 行定义.
Obstacles apollo::dreamview::ObstacleChannelUpdater::obstacle_objects_ |
在文件 obstacle_updater.h 第 49 行定义.
std::vector<PerceptionObstacle> apollo::dreamview::ObstacleChannelUpdater::obstacles_ |
在文件 obstacle_updater.h 第 48 行定义.
std::shared_ptr<cyber::Reader<PerceptionObstacles> > apollo::dreamview::ObstacleChannelUpdater::perception_obstacle_reader_ |
在文件 obstacle_updater.h 第 45 行定义.
std::unique_ptr<cyber::Timer> apollo::dreamview::ObstacleChannelUpdater::timer_ |
在文件 obstacle_updater.h 第 47 行定义.