Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Functions | |
def | get_wind (east, north, up) |
def | ivy_request_callback (sender, msg, resp, *args, **kwargs) |
def | worldenv_cb (ac_id, msg) |
def | signal_handler (signal, frame) |
def | 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() | |
def mesonh.mesonh.get_wind | ( | east, | |
north, | |||
up | |||
) |
Definition at line 31 of file mesonh.py.
Referenced by mesonh.mesonh.worldenv_cb().
def mesonh.mesonh.ivy_request_callback | ( | sender, | |
msg, | |||
resp, | |||
* | args, | ||
** | kwargs | ||
) |
Ivy Callback for Paparazzi Requests
Definition at line 43 of file mesonh.py.
References mesonh.mesonh.worldenv_cb().
def mesonh.mesonh.worldenv_cb | ( | ac_id, | |
msg | |||
) |
Callback for paparazzi WORLD_ENV requests
Definition at line 55 of file mesonh.py.
References 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__)), '../../../'))) |