mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Move vision position estimate to generated topics
This commit is contained in:
14
msg/vision_position_estimate.msg
Normal file
14
msg/vision_position_estimate.msg
Normal file
@@ -0,0 +1,14 @@
|
||||
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_computer # timestamp provided by the companion computer, in us
|
||||
|
||||
float32 x # X position in meters in NED earth-fixed frame
|
||||
float32 y # Y position in meters in NED earth-fixed frame
|
||||
float32 z # Z position in meters in NED earth-fixed frame (negative altitude)
|
||||
|
||||
float32 vx # X velocity in meters per second in NED earth-fixed frame
|
||||
float32 vy # Y velocity in meters per second in NED earth-fixed frame
|
||||
float32 vz # Z velocity in meters per second in NED earth-fixed frame
|
||||
|
||||
float32[4] q # Estimated attitude as quaternion
|
||||
Reference in New Issue
Block a user