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 ob2 = RobotPatrolArea1()
00017 ob3 = RobotPatrolArea2()
00018
00019 ob2.start()
00020 ob3.start()
00021
00022
00023
00024