multi_turtlebot_handler.py
Go to the documentation of this file.
00001 #!/usr/bin/env python       
00002 import roslib; roslib.load_manifest('multi_resource_handler')
00003 import rospy
00004 from multi_resource_handler.MultiTurtlebotHandler import *
00005 
00006 if __name__ == '__main__':
00007 
00008     rospy.init_node('multi_turtlebot_handler')
00009     mrh = MultiTurtlebotHandler()
00010     rospy.loginfo("Initialized")
00011     mrh.spin()
00012     rospy.loginfo("Done")
 All Classes Namespaces Files Functions Variables Typedefs Enumerations


multi_resource_handler
Author(s): Jihoon
autogenerated on Thu Jan 24 2013 13:33:41