MCPcopy
hub / github.com/commaai/openpilot / get

Method get

selfdrive/locationd/lagd.py:129–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 self.actual.append(actual)
128
129 def get(self) -> tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray]:
130 return np.array(self.times), np.array(self.desired), np.array(self.actual), np.array(self.okay)
131
132
133class BlockAverage:

Callers 15

_process_fontFunction · 0.45
__init__Method · 0.45
test_models.pyFile · 0.45
get_test_casesFunction · 0.45
containsMethod · 0.45
to_msgMethod · 0.45
__init__Method · 0.45
params_threadMethod · 0.45
test_offroad_alertsMethod · 0.45

Calls

no outgoing calls