Home
last modified time | relevance | path

Searched refs:gpxFile (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tools/emulator/
Dvhal_prop_simulator.py37 def __init__(self, device, gpxFile,): argument
39 self.gpxFile = gpxFile
55 drivingInfoGenerator = driving_info_generator.DrivingInfoGenerator(self.gpxFile, self.vhal)
68 simulator = VhalPropSimulator(device=args.deviceid, gpxFile=args.gpxFile)
Ddriving_info_generator.py91 def __init__(self, gpxFile, vhal): argument
92 self.gpxDom = minidom.parse(gpxFile)