mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
process_sensor_data.py: update description
This commit is contained in:
@@ -31,7 +31,7 @@ Outputs summary plots in a pdf file named <inputfilename>.pdf
|
||||
|
||||
"""
|
||||
|
||||
parser = argparse.ArgumentParser(description='Analyse the sensor_gyro message data')
|
||||
parser = argparse.ArgumentParser(description='Reads in IMU data from a static thermal calibration test and performs a curve fit of gyro, accel and baro bias vs temperature')
|
||||
parser.add_argument('filename', metavar='file.ulg', help='ULog input file')
|
||||
|
||||
def is_valid_directory(parser, arg):
|
||||
|
||||
Reference in New Issue
Block a user