mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
Vision msg: Cleanup timestamp
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
uint32 id # ID of the estimator, commonly the component ID of the incoming message
|
uint32 id # ID of the estimator, commonly the component ID of the incoming message
|
||||||
|
|
||||||
uint64 timestamp_boot # time of this estimate, in microseconds since system start
|
uint64 timestamp_received # timestamp when the estimate was received
|
||||||
uint64 timestamp_computer # timestamp provided by the companion computer, in us
|
|
||||||
|
|
||||||
float32 x # X position in meters in NED earth-fixed frame
|
float32 x # X position in meters in NED earth-fixed frame
|
||||||
float32 y # Y position in meters in NED earth-fixed frame
|
float32 y # Y position in meters in NED earth-fixed frame
|
||||||
|
|||||||
Reference in New Issue
Block a user