|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Functions | |
| def | get_wind |
| def | ivy_request_callback |
| def | worldenv_cb |
| def | signal_handler |
| def | main |
Variables | |
| tuple | PPRZ_SRC = getenv("PAPARAZZI_SRC", os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../../'))) |
| int | M_IN_KM = 1000 |
| atm = None | |
| tuple | origin = np.array([0, 0, 0, 0]) |
| tuple | scale = np.array([1., 1/M_IN_KM, 1/M_IN_KM, 1/M_IN_KM]) |
| tuple | start_time = time.time() |
| def mesonh.mesonh.get_wind | ( | east, | |
| north, | |||
| up | |||
| ) |
Definition at line 29 of file mesonh.py.
Referenced by mesonh.mesonh.worldenv_cb().
Here is the caller graph for this function:| def mesonh.mesonh.ivy_request_callback | ( | sender, | |
| msg, | |||
| resp, | |||
| args, | |||
| kwargs | |||
| ) |
Ivy Callback for Paparazzi Requests
Definition at line 41 of file mesonh.py.
References mesonh.mesonh.worldenv_cb().
Here is the call graph for this function:| def mesonh.mesonh.worldenv_cb | ( | ac_id, | |
| msg | |||
| ) |
Callback for paparazzi WORLD_ENV requests
Definition at line 53 of file mesonh.py.
References 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:| tuple mesonh.mesonh.PPRZ_SRC = getenv("PAPARAZZI_SRC", os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../../'))) |