Introduction - If you have any usage issues, please Google them yourself
The parameter self.n_patrols is defined in our task_setup.py file which in turn
reads it the ROS parameter server with a default value of 3. (We use the special
value of -1 if we want the robot to loop forever.) The counter self.patrol_count is
also defined in task_setup.py and is initialized to 0.