mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-23 09:13:43 +08:00
remove gpsd (#20027)
old-commit-hash: fe7f3f0ec6b66e42b26451e180e3cde241e749bb
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user