modules/perception/lidar_output/README.md
Convert the SensorFrameMessage to PerceptionObstacles.
├── lidar_output
├── conf // component config file
├── dag // component dag file
├── proto // definition of data structure
├── lidar_output_component.cc // component inference
├── lidar_output_component.h
├── cyberfile.xml // package configs
├── README.md
└── BUILD
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 inmodules/perception/lidar_output/dag/lidar_output.dagfile.
| 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.txtfile.
modules/perception/data/params,keep frame_id and sensor_name consistent, start the
tfcyber_launch start modules/transform/launch/static_transform.launch
modules/perception/data/models using amodel
tool.amodel install https://xxx.zip
modules/perception/lidar_output/dag/lidar_output.dagmodules/perception/lidar_output/conf/lidar_output_config.pb.txtmainboard -d modules/perception/lidar_output/dag/lidar_output.dag