Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Namespaces | |
mesonh.mesonh | |
Functions | |
def | mesonh.mesonh.get_wind |
def | mesonh.mesonh.ivy_request_callback |
def | mesonh.mesonh.worldenv_cb |
def | mesonh.mesonh.signal_handler |
def | mesonh.mesonh.main |
Variables | |
tuple | mesonh.mesonh.PPRZ_SRC = getenv("PAPARAZZI_SRC", os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../../'))) |
int | mesonh.mesonh.M_IN_KM = 1000 |
mesonh.mesonh.atm = None | |
tuple | mesonh.mesonh.origin = np.array([0, 0, 0, 0]) |
tuple | mesonh.mesonh.scale = np.array([1., 1/M_IN_KM, 1/M_IN_KM, 1/M_IN_KM]) |
tuple | mesonh.mesonh.start_time = time.time() |