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


rocon_navi_relay
Author(s): Jihoon
autogenerated on Thu Jan 24 2013 13:33:39