How to get the operating freqency (Hz) of a ROS node in Autoware
Is there a way to get the operating freqency (Hz) of nodes other than those that can be obtained by the rosparam get
command?
And if so, how can I get it?
For example, in the case of the /astar_avoid
node, it can be obtained by rosparam get /astar_avoid/update_rate
.