Functions | |
def | mav_to_gpx |
Variables | |
tuple | args = parser.parse_args() |
string | outfilename = '.gpx' |
tuple | parser = ArgumentParser(description=__doc__) |
def pymavlink.tools.mavtogpx.mav_to_gpx | ( | infilename, | |
outfilename | |||
) |
convert a mavlink log file to a GPX file
Definition at line 20 of file mavtogpx.py.
tuple pymavlink::tools::mavtogpx::args = parser.parse_args() |
Definition at line 15 of file mavtogpx.py.
string pymavlink::tools::mavtogpx::outfilename = '.gpx' |
Definition at line 105 of file mavtogpx.py.
tuple pymavlink::tools::mavtogpx::parser = ArgumentParser(description=__doc__) |
Definition at line 11 of file mavtogpx.py.