Apollo 10.0
自动驾驶开放平台
|
This module is used to query positioning and map signal light information, select a camera for detecting traffic lights according to the projection of the signal light on the image plane, and finally save the camera selection result.
apollo::perception::onboard::TrafficLightsPerceptionComponent
Name | Type | Description | Input channal |
---|---|---|---|
msg | apollo::drivers::Image | camera sensor image | /apollo/sensor/camera/front_6mm/image /apollo/sensor/camera/front_6mm/image |
hd-map | apollo::perception::map::HDMapInput | HD map | - |
>Note: Image data from driver. The default trigger channel include /apollo/sensor/camera/front_6mm/image
and /apollo/sensor/camera/front_12mm/image
. The detailed input channel information is in modules/perception/traffic_light_region_proposal/conf/traffic_light_region_proposal_config.pb.txt
file.
Name | Type | Description | Output channal |
---|---|---|---|
frame | apollo::perception::onboard::TrafficDetectMessage | trafficlight message | /perception/inner/Detection |
>Note: The output channel is structure type data. The message is defined in the modules/perception/common/onboard/inner_component_messages/traffic_inner_component_messages.h
file. The output channel message data can be subscribed by components in the same process.
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。