concert_master.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 #
00003 # License: BSD
00004 #   https://raw.github.com/robotics-in-concert/rocon_orchestration/concert_master/LICENSE
00005 #
00006 ##############################################################################
00007 # Imports
00008 ##############################################################################
00009 
00010 import roslib
00011 roslib.load_manifest('concert_master')
00012 import rospy
00013 from concert_master.concert_master import ConcertMaster
00014 
00015 ##############################################################################
00016 # Main
00017 ##############################################################################
00018 
00019 if __name__ == '__main__':
00020     rospy.init_node('concert_master')
00021 
00022     cm = ConcertMaster()
00023     rospy.loginfo("Initialised")
00024     cm.spin()
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


concert_master
Author(s): Jihoon
autogenerated on Tue Jan 22 2013 13:08:39