Apollo 10.0
自动驾驶开放平台
apollo::dreamview::ObstacleChannelUpdater结构体 参考

#include <obstacle_updater.h>

apollo::dreamview::ObstacleChannelUpdater 的协作图:

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, Objectobj_map_
 
std::unique_ptr< cyber::Timertimer_
 
std::vector< PerceptionObstacleobstacles_
 
Obstacles obstacle_objects_
 

详细描述

在文件 obstacle_updater.h42 行定义.

构造及析构函数说明

◆ ObstacleChannelUpdater()

apollo::dreamview::ObstacleChannelUpdater::ObstacleChannelUpdater ( std::string  channel_name)
inlineexplicit

在文件 obstacle_updater.h50 行定义.

51 : curr_channel_name_(channel_name),
std::shared_ptr< cyber::Reader< PerceptionObstacles > > perception_obstacle_reader_

类成员变量说明

◆ curr_channel_name_

std::string apollo::dreamview::ObstacleChannelUpdater::curr_channel_name_

在文件 obstacle_updater.h43 行定义.

◆ obj_map_

std::unordered_map<std::string, Object> apollo::dreamview::ObstacleChannelUpdater::obj_map_

在文件 obstacle_updater.h46 行定义.

◆ obstacle_objects_

Obstacles apollo::dreamview::ObstacleChannelUpdater::obstacle_objects_

在文件 obstacle_updater.h49 行定义.

◆ obstacles_

std::vector<PerceptionObstacle> apollo::dreamview::ObstacleChannelUpdater::obstacles_

在文件 obstacle_updater.h48 行定义.

◆ perception_obstacle_reader_

std::shared_ptr<cyber::Reader<PerceptionObstacles> > apollo::dreamview::ObstacleChannelUpdater::perception_obstacle_reader_

在文件 obstacle_updater.h45 行定义.

◆ timer_

std::unique_ptr<cyber::Timer> apollo::dreamview::ObstacleChannelUpdater::timer_

在文件 obstacle_updater.h47 行定义.


该结构体的文档由以下文件生成: