Go to the documentation of this file.00001
00002
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)