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


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