|
Apollo 11.0
自动驾驶开放平台
|
The tracking module is to track the trajectory of obstacles, update their motion status and geometric shape, and assign tracking id.
apollo::perception::lidar::LidarTrackingComponent
| Name | Type | Description | Input channal |
|---|---|---|---|
frame | apollo::perception::onboard::LidarFrameMessage | lidar frame message | /perception/lidar/detection_filter |
>Note: The input channel is structure type data. The default trigger channel is /perception/lidar/detection_filter. The detailed input channel information is in modules/perception/lidar_tracking/dag/lidar_tracking.dag file. By default, the upstream components of the messages received by the component include lidar_detection_filter.
| Name | Type | Description | Output channal |
|---|---|---|---|
frame | apollo::perception::onboard::SensorFrameMessage | sensor frame message | /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/lidar_tracking/conf/lidar_tracking_config.pb.txt file.
SensorFrameMessage is used in multi sensor fusion.
modules/perception/data/params, corresponding frame_id and sensor_name, launch transformmodules/perception/lidar_tracking/dag/lidar_tracking.dag here/apollo/perception/obstacles, this can be used for individual debugging. Modify relevant channel configurations in modules/perception/data/flag/perception_common.flagmodules/perception/lidar_tracking/conf/lidar_tracking_config.pb.txt如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。