6 Copyright (C) 2009-2014 8 RT-Synthesis Research Group 9 Intelligent Systems Research Institute, 10 National Institute of Advanced Industrial Science and Technology (AIST), 13 Licensed under the Eclipse Public License -v 1.0 (EPL) 14 http://www.opensource.org/licenses/eclipse-1.0.txt 16 Library for easy access to name servers running components, the components 17 themselves, and managers. 25 _openrtm_idl_path = os.path.join(os.path.dirname(__file__),
'rtmidl')
26 if _openrtm_idl_path
not in sys.path:
27 sys.path.insert(1, _openrtm_idl_path)
33 RTCTREE_VERSION =
'1.0.0' 34 NAMESERVERS_ENV_VAR =
'RTCTREE_NAMESERVERS' 35 ORB_ARGS_ENV_VAR =
'RTCTREE_ORB_ARGS'