Hi everyone
I am using pymavlink (running on GCS) to read mavlink messages from ardusub via mavproxy (running on companion). So my script reads from mavproxy.
I can see that mavlink messages comes really really fast, but I would like to ask what is the time interval between two messages in sequence.
Also I have read in the documentation that HEARTBEAT comes with a frequency of 1Hz on RF telemetry links.
In my case I am interested in SYSTEM_TIME message and the timings between the arrival of two of them (in sequence).
- do all messages arrive with a frequency as HEARTBEAT does (1Hz) ?
- does this apply only to RF links ? Should I assume the same in my case ?? (ardusub connected via USB to companion computer and then a udp link brinks messages to GCS)
thanks in advance