subaru car specs

pull/31550/head
Justin Newberry 1 year ago
commit 2ca53bd076
  1. 6
      RELEASES.md
  2. 2
      common/version.h
  3. 5
      selfdrive/boardd/pandad.py

@ -1,4 +1,8 @@
Version 0.9.6 (2024-02-22) Version 0.9.7 (2024-XX-XX)
========================
* New driving model
Version 0.9.6 (2024-02-27)
======================== ========================
* New driving model * New driving model
* Vision model trained on more data * Vision model trained on more data

@ -1 +1 @@
#define COMMA_VERSION "0.9.6" #define COMMA_VERSION "0.9.7"

@ -93,6 +93,11 @@ def main() -> NoReturn:
cloudlog.event("pandad.flash_and_connect", count=count) cloudlog.event("pandad.flash_and_connect", count=count)
params.remove("PandaSignatures") params.remove("PandaSignatures")
# TODO: remove this in the next AGNOS
# wait until USB is up before counting
if time.monotonic() < 25.:
no_internal_panda_count = 0
# Handle missing internal panda # Handle missing internal panda
if no_internal_panda_count > 0: if no_internal_panda_count > 0:
if no_internal_panda_count == 3: if no_internal_panda_count == 3:

Loading…
Cancel
Save