Searched refs:gpxFile (Results 1 – 2 of 2) sorted by relevance
37 def __init__(self, device, gpxFile,): argument39 self.gpxFile = gpxFile55 drivingInfoGenerator = driving_info_generator.DrivingInfoGenerator(self.gpxFile, self.vhal)68 simulator = VhalPropSimulator(device=args.deviceid, gpxFile=args.gpxFile)
91 def __init__(self, gpxFile, vhal): argument92 self.gpxDom = minidom.parse(gpxFile)