Apollo 10.0
自动驾驶开放平台
|
#include <memory>
#include <string>
#include <vector>
#include <boost/thread/locks.hpp>
#include <boost/thread/shared_mutex.hpp>
#include "pcl/point_cloud.h"
#include "pcl/point_types.h"
#include "modules/common_msgs/localization_msgs/localization.pb.h"
#include "modules/common_msgs/sensor_msgs/pointcloud.pb.h"
#include "cyber/common/log.h"
#include "cyber/cyber.h"
#include "modules/common/util/string_util.h"
#include "modules/dreamview/backend/common/handlers/websocket_handler.h"
#include "modules/dreamview/backend/simulation_world/simulation_world_updater.h"
类 | |
class | apollo::dreamview::PointCloudUpdater |
A wrapper around WebSocketHandler to keep pushing PointCloud to frontend via websocket while handling the response from frontend. 更多... | |
命名空间 | |
namespace | apollo::dreamview |
apollo::dreamview | |
namespace | apollo |
class register implement | |