How to measure realtime delay when using multiple machines
Hi I am currently dealing with multiple machines to control an actual vehicle using ros1.
My question is, is there any nice method to measure the latency when the control signal is sent (ex/ synchronizing rostime or referring to time of GPS)
however, if I refer to the GPS, my concern lies on commercial GPS only allows access to the time about 10~20Hz which is I think still a bit discrete.
conditions 1. Master side) 5G modem#1 - ros machine#1 - controlling device
- Slave side ) 5G modem#2 - ros machine#2 - vehicle interface
Any ideas?