concert_client.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_app_manager/concert_client/LICENSE
00005 #
00006 ##############################################################################
00007 # Imports
00008 ##############################################################################
00009 
00010 import roslib
00011 roslib.load_manifest('concert_client')
00012 import rospy
00013 import concert_client
00014 
00015 ##############################################################################
00016 # Main
00017 ##############################################################################
00018 
00019 if __name__ == '__main__':
00020 
00021     rospy.init_node('concert_client')
00022     client = concert_client.ConcertClient()
00023     client.spin()
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


concert_client
Author(s): Jihoon
autogenerated on Tue Jan 22 2013 12:59:50