You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched other issues and no duplicate issues were found.
I've agreed with the maintainers that I can plan this task.
Description
Previously, we statistics the perception pipeline latency of lidar only mode and analyzed the time consumption of multiple main perception nodes. #8752
Now, we plan to statistics the perception pipeline latency of camera_lidar_fusion mode and analyze the time consumption of the main perception nodes.
In order to get a detailed of each node and the overall time consumption of the perception pipeline, and to facilitate developers in improving the performance of the perception module.
Possible approaches
Using debug/pipeline_latency_ms topics to get the time consumption of the perception pipeline.
Custom topics to get time consumption of certain perception nodes.
Definition of done
None
The text was updated successfully, but these errors were encountered:
Autoware provides debug/processing_time_ms to display processing times for the node.
Perception module publish the following debug/processing_time_ms debug information, we subscribe to these topics and analyzed them to evaluate the time consumption of each node of perception and entire pipeline.
Checklist
Description
Previously, we statistics the perception pipeline latency of lidar only mode and analyzed the time consumption of multiple main perception nodes.
#8752
Now, we plan to statistics the perception pipeline latency of camera_lidar_fusion mode and analyze the time consumption of the main perception nodes.
Environment:
Device: DELL precison3581
OS: Ubuntu22.04
GPU: NVIDIA RTX A1000 6GB Laptop
CPU: intel CORE i7
Purpose
In order to get a detailed of each node and the overall time consumption of the perception pipeline, and to facilitate developers in improving the performance of the perception module.
Possible approaches
Using
debug/pipeline_latency_ms
topics to get the time consumption of the perception pipeline.Custom topics to get time consumption of certain perception nodes.
Definition of done
None
The text was updated successfully, but these errors were encountered: