Skip to content
Snippets Groups Projects
Commit 9e1089a4 authored by Roman's avatar Roman Committed by Roman Bapst
Browse files

wind estimate msg: added more relevant data


- true airspeed innovation and variance
- sideslip angle innovation and variance

Signed-off-by: default avatarRoman <bapstroman@gmail.com>
parent d952fe02
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,10 @@ float32 windspeed_east # Wind component in east / Y direction (m/sec)
float32 variance_north # Wind estimate error variance in north / X direction (m/sec)**2 - set to zero (no uncertainty) if not estimated
float32 variance_east # Wind estimate error variance in east / Y direction (m/sec)**2 - set to zero (no uncertainty) if not estimated
float32 tas_innov # True airspeed innovation
float32 tas_innov_var # True airspeed innovation variance
float32 tas_scale # Estimated true airspeed scale factor
float32 beta_innov # Sideslip measurement innovation
float32 beta_innov_var # Sideslip measurement innovation variance
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