remove gpsd (#20027)

old-commit-hash: fe7f3f0ec6b66e42b26451e180e3cde241e749bb
This commit is contained in:
Adeeb Shihadeh
2021-02-10 16:39:39 -08:00
committed by GitHub
parent 28c24071e5
commit af95c26b26
12 changed files with 10 additions and 175 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ def _get_address_mapping(args):
if args.min is not None:
services_to_mock = [
'thermal', 'can', 'health', 'sensorEvents', 'gpsNMEA', 'frame', 'encodeIdx',
'model', 'features', 'liveLocation', 'gpsLocation'
'model', 'features', 'liveLocation',
]
elif args.enabled is not None:
services_to_mock = args.enabled
+2 -2
View File
@@ -2,5 +2,5 @@
cd ~/openpilot/tools/nui
# vision, boardd, sensorsd, gpsd
ALLOW=frame,can,ubloxRaw,health,sensorEvents,gpsNMEA,gpsLocation ./nui "02ec6bea180a4d36/2019-10-25--10-18-09"
# vision, boardd, sensorsd
ALLOW=frame,can,ubloxRaw,health,sensorEvents,gpsNMEA,gpsLocationExternal ./nui "02ec6bea180a4d36/2019-10-25--10-18-09"