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
Accuracy and processing time are in the balance and it's necessary which module is heavy.
Purpose
to monitor topic hz easily and more precisely without subscribing heavy topic
Possible approaches
run autoware with this PR and see in plot_juggler
ros2 topic hz ~ topic at every topic for each manually and remember the trend of topic hz change.
be careful that ros2 topic hz also needs subscription of topic so itself also needs computation cost and if you see heavy topic, for example hz of point cloud, you need to turn off for every time.
Definition of done
ros2 run plotjuggler plotjuggler and see */debug/processing_time_ms
The text was updated successfully, but these errors were encountered:
Checklist
Description
Accuracy and processing time are in the balance and it's necessary which module is heavy.
Purpose
to monitor topic hz easily and more precisely without subscribing heavy topic
Possible approaches
ros2 topic hz ~
topic at every topic for each manually and remember the trend of topic hz change.Definition of done
ros2 run plotjuggler plotjuggler and see
*/debug/processing_time_ms
The text was updated successfully, but these errors were encountered: