@@ -27,10 +27,11 @@ types:
2727 offset for the odometry reference point and the definition and origin of
2828 the user frame are defined through the device settings interface. There
2929 are 4 possible user-defined sources of this message which are labeled
30- arbitrarily source 0 through 3. If using "processor time" time tags, the
31- receiving end will expect a `MSG_GNSS_TIME_OFFSET` when a PVT fix
32- becomes available to synchronise odometry measurements with GNSS.
33- Processor time shall roll over to zero after one week.
30+ arbitrarily source 0 through 3.
31+ If using "processor time" time tags, the receiving end will expect
32+ either `MSG_GNSS_TIME_OFFSET` or `MSG_PPS_TIME` to sync incoming
33+ odometry data to GNSS time. Processor time shall roll over to zero
34+ after one week.
3435 seq :
3536 - id : tow
3637 doc : |
@@ -57,10 +58,10 @@ types:
5758 from 0 to 255. The timestamp associated with this message should
5859 represent the time when the accumulated tick count reached the value
5960 given by the contents of this message as accurately as possible. If
60- using "local CPU time" time tags, the receiving end will expect a
61- `MSG_GNSS_TIME_OFFSET` when a PVT fix becomes available to synchronise
62- wheeltick measurements with GNSS. Local CPU time shall roll over to zero
63- after one week.
61+ using "local CPU time" time tags, the receiving end will also expect
62+ either `MSG_GNSS_TIME_OFFSET` or `MSG_PPS_TIME` to sync incoming
63+ wheeltick data to GNSS time.
64+ Local CPU time shall roll over to zero after one week.
6465 seq :
6566 - id : time
6667 doc : |
0 commit comments