Commit Graph

14 Commits

Author SHA1 Message Date
Justin Newberry 3d73512c07
rename segmentrangereader to logreader (#30981)
* Replace multilogiterator

* replace logreader

* update readme

* fix from_Bytes

* new section

* reset before iter

* selector

* fix internal

* whitespace
2024-01-12 12:53:50 -08:00
Justin Newberry 9f1b72ac79
Replace multilogiterator (#30980) 2024-01-12 11:43:32 -08:00
Mike Busuttil a21437a708
improved script for fetching images from routes (#30089)
* easily target desired camera

* easily target desired camera

* cleaner authentication fallback
2023-09-29 23:55:41 -07:00
Justin Newberry 4e69937d0d
Precommit: ensure executable bit is set (#29784)
* precommit ensure executable

* exclude tinygrad

* bump submodules

* exclude tinygrad globally
2023-09-05 16:33:26 -07:00
Adeeb Shihadeh a9626f95b6
add openpilot prefix to imports (#29498)
* add openpilot prefix to imports

* more

* more

* fix docs

* fix linter

* bump submodules

* fix patched tests

* update dynamic imports

* debug

* Revert "debug"

This reverts commit db5e13b991.

* fix pm test
2023-08-20 20:49:55 -07:00
Comma Device b7daab0ee0 set ssh enabled in ssh helper script 2023-05-15 19:32:40 -07:00
Adeeb Shihadeh c6b749fb96
add pyside2 package (#25602) 2022-08-30 15:10:52 -07:00
Adeeb Shihadeh 92f194decc
MultiLogIterator: remove wraparound mode (#23360) 2022-01-02 15:16:44 -08:00
Ewout ter Hoeven 55390d273f
Convert format strings strings to f-strings (#23241)
* Convert all text strings to f-strings

Reformats all the text from the old "%-formatted" and .format(...) format to the newer f-string format, as defined in PEP 498. This requires Python 3.6+.

Flynt 0.69 was used to reformat the strings. 120 f-strings were created in 51 files.

F-strings are in general more readable, concise and performant. See also: https://www.python.org/dev/peps/pep-0498/#rationale

* revert pyextra changes

* revert ublox.py

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2021-12-16 14:58:17 +01:00
arfy slowy d74def61f8
fix: spelling typos (#21861)
* fix: typo spelling grammar

* revert

* Update selfdrive/locationd/calibrationd.py

* more revert

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-08-05 12:05:49 -07:00
Adeeb Shihadeh 732006b0bc set github username in key setup script 2021-05-25 15:45:29 -07:00
Adeeb Shihadeh 05f6c97f4c merge tools/misc and tools/scripts 2021-03-08 20:37:21 -08:00
Willem Melching 5d0a623b28 script to add ssh keys 2020-10-15 13:35:05 +02:00
George Hotz d1d2984f36 fetch image from route script 2020-06-03 11:32:51 -07:00