Go to the documentation of this file.00001
00002
00003 __author__ = 'Minglong Li'
00004
00005
00006
00007
00008 from robot_patrol_area_0 import RobotPatrolArea0
00009 from robot_patrol_area_1 import RobotPatrolArea1
00010 from robot_patrol_area_2 import RobotPatrolArea2
00011 from motivational_behavior import MotivationalBehavior
00012 from switch import Switch
00013 from std_msgs.msg import Bool
00014
00015
00016
00017
00018
00019
00020
00021 ob4 = MotivationalBehavior('mb1',0,1,'switch0/activate')
00022 ob4.start()
00023
00024