|
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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| mesonh.mesonh.main | ( | void | ) |
Definition at line 86 of file mesonh.py.
References foo, and mesonh.mesonh.main().
Referenced by mesonh.mesonh.main().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| mesonh.mesonh.PPRZ_HOME = getenv("PAPARAZZI_HOME", os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../../'))) |