Apollo 10.0
自动驾驶开放平台
|
The function of camera tracking module is to process the camera detection obstacles by using the omt obstacle tracker, and output the tracked obstacles for following multi sensor fusion.
apollo::perception::camera::CameraTrackingComponent
Name | Type | Description | Input channal |
---|---|---|---|
frame | apollo::perception::onboard::CameraFrame | camera detection frame | /perception/inner/location_refinement |
>Note: The input channel is structure type data. The default trigger channel is /perception/inner/location_refinement
. The detailed input channel information is in modules/perception/camera_tracking/dag/camera_tracking.dag
file. By default, the upstream components of the messages received by the component include camera_location_refinement
and camera_detection_single_stage
.
Name | Type | Description | Output channal |
---|---|---|---|
frame | apollo::perception::onboard::SensorFrameMessage | camera tracked obstacles | /perception/inner/PrefusedObjects |
>Note: The output channel is structure type data. The message is defined in the modules/perception/common/onboard/inner_component_messages/inner_component_messages.h
file. The output channel message data can be subscribed by components in the same process. The detailed output channel information is in modules/perception/camera_tracking/conf/camera_tracking_config.pb.txt
file.
modules/perception/camera_tracking/dag/camera_tracking.dag
mainboard -d modules/perception/camera_tracking/dag/camera_tracking.dag
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。