mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-24 01:33:46 +08:00
openpilot v0.5.12 release
This commit is contained in:
@@ -42,7 +42,7 @@ def unblock_stdout():
|
||||
|
||||
if __name__ == "__main__":
|
||||
neos_update_required = os.path.isfile("/init.qcom.rc") \
|
||||
and (not os.path.isfile("/VERSION") or int(open("/VERSION").read()) < 8)
|
||||
and (not os.path.isfile("/VERSION") or int(open("/VERSION").read()) < 9)
|
||||
if neos_update_required:
|
||||
# update continue.sh before updating NEOS
|
||||
if os.path.isfile(os.path.join(BASEDIR, "scripts", "continue.sh")):
|
||||
@@ -88,6 +88,7 @@ from selfdrive.loggerd.config import ROOT
|
||||
managed_processes = {
|
||||
"thermald": "selfdrive.thermald",
|
||||
"uploader": "selfdrive.loggerd.uploader",
|
||||
"deleter": "selfdrive.loggerd.deleter",
|
||||
"controlsd": "selfdrive.controls.controlsd",
|
||||
"plannerd": "selfdrive.controls.plannerd",
|
||||
"radard": "selfdrive.controls.radard",
|
||||
@@ -127,6 +128,7 @@ persistent_processes = [
|
||||
'logcatd',
|
||||
'tombstoned',
|
||||
'uploader',
|
||||
'deleter',
|
||||
'ui',
|
||||
'gpsd',
|
||||
'updated',
|
||||
|
||||
Reference in New Issue
Block a user