Functions | |
def | AccelSearch (filename) |
Variables | |
action | |
arcname | |
args = parser.parse_args() | |
default | |
directories = args.directory | |
string | email = 'Craig Elder <craig@3drobotics.com>' |
f = filelist[i] | |
list | filelist = [] |
list | found = [] |
help | |
int | logcount = 0 |
parser = ArgumentParser(description=__doc__) | |
path = os.path.join(root, f) | |
string | results = 'SearchResults.zip' |
list | search_dirs |
zip = zipfile.ZipFile(results, 'w') | |
search a set of log files for bad accel values
def pymavlink.tools.AccelSearch.AccelSearch | ( | filename | ) |
Definition at line 37 of file AccelSearch.py.
pymavlink.tools.AccelSearch.action |
Definition at line 28 of file AccelSearch.py.
pymavlink.tools.AccelSearch.arcname |
Definition at line 139 of file AccelSearch.py.
pymavlink.tools.AccelSearch.args = parser.parse_args() |
Definition at line 33 of file AccelSearch.py.
pymavlink.tools.AccelSearch.default |
Definition at line 28 of file AccelSearch.py.
pymavlink.tools.AccelSearch.directories = args.directory |
Definition at line 93 of file AccelSearch.py.
string pymavlink.tools.AccelSearch.email = 'Craig Elder <craig@3drobotics.com>' |
Definition at line 24 of file AccelSearch.py.
pymavlink.tools.AccelSearch.f = filelist[i] |
Definition at line 116 of file AccelSearch.py.
list pymavlink.tools.AccelSearch.filelist = [] |
Definition at line 99 of file AccelSearch.py.
list pymavlink.tools.AccelSearch.found = [] |
Definition at line 92 of file AccelSearch.py.
pymavlink.tools.AccelSearch.help |
Definition at line 28 of file AccelSearch.py.
int pymavlink.tools.AccelSearch.logcount = 0 |
Definition at line 35 of file AccelSearch.py.
pymavlink.tools.AccelSearch.parser = ArgumentParser(description=__doc__) |
Definition at line 27 of file AccelSearch.py.
pymavlink.tools.AccelSearch.path = os.path.join(root, f) |
Definition at line 110 of file AccelSearch.py.
string pymavlink.tools.AccelSearch.results = 'SearchResults.zip' |
Definition at line 23 of file AccelSearch.py.
pymavlink.tools.AccelSearch.search_dirs |
Definition at line 19 of file AccelSearch.py.
pymavlink.tools.AccelSearch.zip = zipfile.ZipFile(results, 'w') |
Definition at line 129 of file AccelSearch.py.