Main Page
Namespaces
Classes
Files
File List
OpenRTM_aist
examples
Composite
Composite.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
# -*- Python -*-
4
5
18
19
20
import
sys
21
22
import
OpenRTM_aist
23
24
def
main
():
25
manager = OpenRTM_aist.Manager.init(sys.argv)
26
27
manager.activateManager()
28
29
manager.runManager()
30
31
return
0
32
33
34
if
__name__ ==
"__main__"
:
35
main
()
OpenRTM_aist.examples.Composite.Composite.main
def main()
Definition:
Composite.py:24
openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:34