![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Functions | |
get_wind (east, north, up) | |
ivy_request_callback (sender, msg, resp, *args, **kwargs) | |
worldenv_cb (ac_id, msg) | |
signal_handler (signal, frame) | |
main () | |
Variables | |
PPRZ_HOME = getenv("PAPARAZZI_HOME", os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../../'))) | |
int | M_IN_KM = 1000. |
atm = None | |
origin = np.array([0, 0, 0, 0]) | |
scale = np.array([1., 1/M_IN_KM, 1/M_IN_KM, 1/M_IN_KM]) | |
start_time = time.time() | |
mesonh.mesonh.get_wind | ( | east, | |
north, | |||
up | |||
) |
Definition at line 31 of file mesonh.py.
References foo.
Referenced by mesonh.mesonh.worldenv_cb().
mesonh.mesonh.ivy_request_callback | ( | sender, | |
msg, | |||
resp, | |||
* | args, | ||
** | kwargs | ||
) |
Ivy Callback for Paparazzi Requests
Definition at line 43 of file mesonh.py.
References foo, and mesonh.mesonh.worldenv_cb().
mesonh.mesonh.main | ( | void | ) |
Definition at line 86 of file mesonh.py.
References foo, and mesonh.mesonh.main().
Referenced by mesonh.mesonh.main().
mesonh.mesonh.signal_handler | ( | signal, | |
frame | |||
) |
mesonh.mesonh.worldenv_cb | ( | ac_id, | |
msg | |||
) |
Callback for paparazzi WORLD_ENV requests
Definition at line 55 of file mesonh.py.
References foo, and mesonh.mesonh.get_wind().
Referenced by mesonh.mesonh.ivy_request_callback().
mesonh.mesonh.PPRZ_HOME = getenv("PAPARAZZI_HOME", os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../../'))) |