Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mesonh.py File Reference

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_HOME = getenv("PAPARAZZI_HOME", 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()