mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 14:47:44 +08:00
msg: add error estimates to vision pose and position data
This commit is contained in:
committed by
Lorenz Meier
parent
e5431543d8
commit
fc4d5ddb67
@@ -12,3 +12,6 @@ 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
|
||||
|
||||
float32 pos_err # position error 1-std for each axis (metres)
|
||||
float32 ang_err # angular error 1-std for each axis (rad)
|
||||
|
||||
Reference in New Issue
Block a user