node.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 # coding=utf-8
00003 
00004 __author__ = 'Minglong Li'
00005 
00006 import rospy
00007 import multiprocessing
00008 
00009 class Node(multiprocessing.Process):
00010     def __init__(self):
00011         multiprocessing.Process.__init__(self)


micros_mars_task_alloc
Author(s): Minglong Li , Xiaodong Yi , Yanzhen Wang , Zhongxuan Cai
autogenerated on Mon Jul 1 2019 19:55:03