Apollo 10.0
自动驾驶开放平台
|
Convert the SensorFrameMessage to PerceptionObstacles.
apollo::perception::lidar::LidarOutputComponent
Name | Type | Description | Input channal |
---|---|---|---|
message | apollo::perception::onboard::SensorFrameMessage | sensor frame message | /perception/inner/PrefusedObjects |
>Note: The input channel is structure type data. The default trigger channel is /perception/inner/PrefusedObjects
. The detailed input channel information is in modules/perception/lidar_output/dag/lidar_output.dag
file.
Name | Type | Description | Output channal |
---|---|---|---|
out_message | apollo::perception::onboard::PerceptionObstacles | lidar output message | /apollo/perception/obstacles |
>Note: The output channel is proto type data. The upstream and downstream components will be started in different processes and can receive the message normally. The detailed output channel information is in modules/perception/lidar_output/conf/lidar_output_config.pb.txt
file.
modules/perception/data/params
,keep frame_id and sensor_name consistent, start the tfmodules/perception/data/models
using amodel
tool.如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。