openpilot v0.8.11 release

This commit is contained in:
Vehicle Researcher
2021-11-19 15:24:51 -08:00
parent 93e8dbb8b5
commit bf338bf5e9
328 changed files with 9240 additions and 3951 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
import time
import cereal.messaging as messaging
from cereal import messaging, log
from selfdrive.manager.process_config import managed_processes
if __name__ == "__main__":
@@ -17,6 +17,7 @@ if __name__ == "__main__":
msgs['pandaStates'] = messaging.new_message('pandaStates', 1)
msgs['pandaStates'].pandaStates[0].ignitionLine = True
msgs['pandaStates'].pandaStates[0].pandaType = log.PandaState.PandaType.uno
try:
while True: