wip
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
from collections import deque
|
from collections import deque
|
||||||
import copy
|
import copy
|
||||||
import math
|
import math
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
import json
|
||||||
|
|
||||||
from cereal import car
|
from cereal import car
|
||||||
from openpilot.common.conversions import Conversions as CV
|
from openpilot.common.conversions import Conversions as CV
|
||||||
@@ -287,8 +289,8 @@ class CarState(CarStateBase):
|
|||||||
except:
|
except:
|
||||||
nothing = 0
|
nothing = 0
|
||||||
|
|
||||||
print('Hello World', file=sys.stderr)
|
# print('Hello World', file=sys.stderr)
|
||||||
print(self, file=sys.stderr)
|
print(json.dumps(self), file=sys.stderr)
|
||||||
|
|
||||||
self.lkas_enabled = lkas_enabled
|
self.lkas_enabled = lkas_enabled
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user