Classes | |
| class | TourMachine |
Variables | |
| filename = rospy.get_param('~filename') | |
| m = TourMachine(filename, random_visits, repeat) | |
| random_visits = rospy.get_param('~random', False) | |
| repeat = rospy.get_param('~repeat', False) | |
| tour.m = TourMachine(filename, random_visits, repeat) |