openpilot v0.5.11 release

old-commit-hash: 2f92d577f9
This commit is contained in:
Vehicle Researcher
2019-04-23 01:41:19 +00:00
parent 1abde66b55
commit 83dfc3ca1f
99 changed files with 2751 additions and 1617 deletions
+1 -1
View File
@@ -98,4 +98,4 @@ def getframes(front=False):
if __name__ == "__main__":
for buf in getframes():
print buf.shape, buf[101, 101]
print("{0} {1}".format(buf.shape, buf[101, 101]))