def main()

in robot_ws/src/cloudwatch_robot/nodes/rotate.py [0:0]


def main():
    rospy.init_node('rotate')
    try:
        rotator = Rotator()
        rotator.rotate_forever()
    except rospy.ROSInterruptException:
        pass