Paparazzi UAS v7.0_unstable
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

namespace  mesonh
 
namespace  mesonh.mesonh
 

Functions

 mesonh.mesonh.get_wind (east, north, up)
 
 mesonh.mesonh.ivy_request_callback (sender, msg, resp, *args, **kwargs)
 
 mesonh.mesonh.worldenv_cb (ac_id, msg)
 
 mesonh.mesonh.signal_handler (signal, frame)
 
 mesonh.mesonh.main ()
 

Variables

 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
 
 mesonh.mesonh.origin = np.array([0, 0, 0, 0])
 
 mesonh.mesonh.scale = np.array([1., 1/M_IN_KM, 1/M_IN_KM, 1/M_IN_KM])
 
 mesonh.mesonh.start_time = time.time()