rtcd.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # -*- Python -*-
3 
4 
18 
19 import sys,os
20 
21 import OpenRTM_aist
22 
23 def main():
24  manager = OpenRTM_aist.Manager.init(sys.argv)
25 
26  manager.activateManager()
27 
28  manager.runManager()
29 
30  return
31 
32 if __name__ == "__main__":
33  main()


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:34