Browse Source

wind_estimator trim module documentation to fit in limit

sbg
Daniel Agar 7 years ago committed by Roman Bapst
parent
commit
3600225ed4
  1. 4
      src/modules/wind_estimator/wind_estimator_main.cpp

4
src/modules/wind_estimator/wind_estimator_main.cpp

@ -299,9 +299,9 @@ int WindEstimatorModule::print_usage(const char *reason) @@ -299,9 +299,9 @@ int WindEstimatorModule::print_usage(const char *reason)
R"DESCR_STR(
### Description
This module runs a combined wind and airspeed scale factor estimator.
If provided the vehicle NED speed and the vehicle attitude it can estimate the horizontal wind components based on a zero
If provided the vehicle NED speed and attitude it can estimate the horizontal wind components based on a zero
sideslip assumption. This makes the estimator only suitable for fixed wing vehicles.
If additionally provided an airspeed measurment this module also estimates an airspeed scale factor based on the following model:
If provided an airspeed measurement this module also estimates an airspeed scale factor based on the following model:
measured_airspeed = scale_factor * real_airspeed.
)DESCR_STR");

Loading…
Cancel
Save