Skip to content

Commit 5b28ee2

Browse files
committed
MAVLink messages update Thu Dec 19 04:39:44 UTC 2024
1 parent 11846d2 commit 5b28ee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en/messages/common.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ time_boot_ms | `uint32_t` | ms | Timestamp (time since system boot).
9595

9696
### PING (4) — [DEP] {#PING}
9797

98-
<span class="warning">**DEPRECATED:** Replaced By [SYSTEM_TIME](#SYSTEM_TIME) (2011-08) — to be removed / merged with [SYSTEM_TIME](#SYSTEM_TIME))</span>
98+
<span class="warning">**DEPRECATED:** Replaced By TIMESYNC (2011-08) — To be removed / merged with TIMESYNC)</span>
9999

100100
A ping message either requesting or responding to a ping. This allows to measure the system latencies, including serial port, radio modem and UDP connections. The ping microservice is documented at https://mavlink.io/en/services/ping.html
101101

@@ -1439,6 +1439,7 @@ Systems can determine if they are receiving a request or response based on the v
14391439
If the response has `target_system==target_component==0` the remote system has not been updated to use the component IDs and cannot reliably timesync; the requestor may report an error.
14401440
Timestamps are UNIX Epoch time or time since system boot in nanoseconds (the timestamp format can be inferred by checking for the magnitude of the number; generally it doesn't matter as only the offset is used).
14411441
The message sequence is repeated numerous times with results being filtered/averaged to estimate the offset.
1442+
See also: https://mavlink.io/en/services/timesync.html.
14421443

14431444
Field Name | Type | Units | Description
14441445
--- | --- | --- | ---

0 commit comments

Comments
 (0)