Skip to content
Snippets Groups Projects
Commit 6fcd7d95 authored by Beat Küng's avatar Beat Küng Committed by ChristophTobler
Browse files

estimator_status.msg: fix documentation of innovation_check_flags

parent 40d40330
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,10 @@ uint16 innovation_check_flags # Bitmask to indicate pass/fail status of innovati
# 5 - true if the Z magnetometer observation has been rejected
# 6 - true if the yaw observation has been rejected
# 7 - true if the airspeed observation has been rejected
# 8 - true if the height above ground observation has been rejected
# 9 - true if the X optical flow observation has been rejected
# 10 - true if the Y optical flow observation has been rejected
# 8 - true if the synthetic sideslip observation has been rejected
# 9 - true if the height above ground observation has been rejected
# 10 - true if the X optical flow observation has been rejected
# 11 - true if the Y optical flow observation has been rejected
float32 mag_test_ratio # ratio of the largest magnetometer innovation component to the innovation test limit
float32 vel_test_ratio # ratio of the largest velocity innovation component to the innovation test limit
float32 pos_test_ratio # ratio of the largest horizontal position innovation component to the innovation test limit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment