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

#include <local_view.h>

apollo::planning::LocalView 的协作图:

Public 属性

std::shared_ptr< prediction::PredictionObstaclesprediction_obstacles
 
std::shared_ptr< canbus::Chassischassis
 
std::shared_ptr< localization::LocalizationEstimatelocalization_estimate
 
std::shared_ptr< perception::TrafficLightDetectiontraffic_light
 
std::shared_ptr< relative_map::MapMsgrelative_map
 
std::shared_ptr< PadMessagepad_msg
 
std::shared_ptr< storytelling::Storiesstories
 
std::shared_ptr< PlanningCommandplanning_command
 
std::shared_ptr< routing::LaneWaypointend_lane_way_point
 
std::shared_ptr< control::ControlInteractiveMsgcontrol_interactive_msg
 
std::shared_ptr< perception::PerceptionAccurateDockInfoperception_dock
 

详细描述

在文件 local_view.h40 行定义.

类成员变量说明

◆ chassis

std::shared_ptr<canbus::Chassis> apollo::planning::LocalView::chassis

在文件 local_view.h42 行定义.

◆ control_interactive_msg

std::shared_ptr<control::ControlInteractiveMsg> apollo::planning::LocalView::control_interactive_msg

在文件 local_view.h50 行定义.

◆ end_lane_way_point

std::shared_ptr<routing::LaneWaypoint> apollo::planning::LocalView::end_lane_way_point

在文件 local_view.h49 行定义.

◆ localization_estimate

std::shared_ptr<localization::LocalizationEstimate> apollo::planning::LocalView::localization_estimate

在文件 local_view.h43 行定义.

◆ pad_msg

std::shared_ptr<PadMessage> apollo::planning::LocalView::pad_msg

在文件 local_view.h46 行定义.

◆ perception_dock

std::shared_ptr<perception::PerceptionAccurateDockInfo> apollo::planning::LocalView::perception_dock

在文件 local_view.h51 行定义.

◆ planning_command

std::shared_ptr<PlanningCommand> apollo::planning::LocalView::planning_command

在文件 local_view.h48 行定义.

◆ prediction_obstacles

std::shared_ptr<prediction::PredictionObstacles> apollo::planning::LocalView::prediction_obstacles

在文件 local_view.h41 行定义.

◆ relative_map

std::shared_ptr<relative_map::MapMsg> apollo::planning::LocalView::relative_map

在文件 local_view.h45 行定义.

◆ stories

std::shared_ptr<storytelling::Stories> apollo::planning::LocalView::stories

在文件 local_view.h47 行定义.

◆ traffic_light

std::shared_ptr<perception::TrafficLightDetection> apollo::planning::LocalView::traffic_light

在文件 local_view.h44 行定义.


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