Measuring System Latency

asked 2015-03-05 14:48:11 -0500

michaelyuan1 gravatar image

I'm controlling a turtlebot, and would like to measure the latency of the system.

Specifically, I'd like to see how long between when a frame is taken on the connect, to when it is read by the subscriber in move_base, and then to when the cmd_vel corresponding to it is published.

Does anyone have an idea of how I might measure these times?

Thanks

edit retag flag offensive close merge delete