Browse Source

wind estimate msg: added more relevant data

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

Signed-off-by: Roman <bapstroman@gmail.com>
sbg
Roman 7 years ago committed by Roman Bapst
parent
commit
9e1089a4fc
  1. 7
      msg/wind_estimate.msg

7
msg/wind_estimate.msg

@ -3,3 +3,10 @@ float32 windspeed_east # Wind component in east / Y direction (m/sec) @@ -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

Loading…
Cancel
Save