Browse Source

mc wind: rename MC wind estimor tuning script

v1.13.0-BW
bresch 3 years ago committed by Mathieu Bresciani
parent
commit
ea7009546b
  1. 6
      Tools/ecl_ekf/drag_fusion_tuning/mc_wind_estimator_tuning.py

6
Tools/ecl_ekf/drag_fusion_tuning/drag_replay.py → Tools/ecl_ekf/drag_fusion_tuning/mc_wind_estimator_tuning.py

@ -29,12 +29,12 @@ @@ -29,12 +29,12 @@
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
File: drag_replay.py
File: mc_wind_estimator_tuning.py
Author: Mathieu Bresciani <mathieu@auterion.com>
License: BSD 3-Clause
Description:
Find the best ballistic and momentum drag coefficients for wind estimation
using EKF2 replay data.
using flight test data from a `.ulg` file.
NOTE: this script currently assumes no wind.
"""
@ -191,7 +191,7 @@ if __name__ == '__main__': @@ -191,7 +191,7 @@ if __name__ == '__main__':
# Parse arguments
parser = argparse.ArgumentParser(
description='Estimate mag biases from ULog file')
description='Estimate the ballistic and momentum drag coefficients of a multirotor using a ULog file')
# Provide parameter file path and name
parser.add_argument('logfile', help='Full ulog file path, name and extension', type=str)
Loading…
Cancel
Save