mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
add timestamp field to uORB msgs; sync timestamp whenever possible
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# this message contains the (relative) timestamps of the sensor inputs used by
|
||||
# ekf2. It can be used for reproducible replay.
|
||||
|
||||
# the timestamp field (auto-generated) is the ekf2 reference time and matches
|
||||
# the timestamp of the sensor_combined topic.
|
||||
# the timestamp field is the ekf2 reference time and matches the timestamp of
|
||||
# the sensor_combined topic.
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
int16 RELATIVE_TIMESTAMP_INVALID = 32767 # (0x7fff) If one of the relative timestamps
|
||||
# is set to this value, it means the associated sensor values did not update
|
||||
@@ -22,4 +23,3 @@ int16 vision_attitude_timestamp_rel
|
||||
int16 vision_position_timestamp_rel
|
||||
|
||||
# Note: this is a high-rate logged topic, so it needs to be as small as possible
|
||||
|
||||
|
||||
Reference in New Issue
Block a user