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 Mon Apr 21 2025 02:45:06