Commit Graph

21 Commits

Author SHA1 Message Date
Adeeb Shihadeh
5e03fb3de5 can_printer: add frequency
old-commit-hash: 28a08ff12ec661770e31a7460e9880fe66ef5e69
2022-05-12 17:07:32 -07:00
Willem Melching
3dc68080d4 can_printer.py: default no ascii
old-commit-hash: 6d16b0c02bff72323df24dae929583478d34f8c1
2022-01-13 15:50:50 +01:00
Ewout ter Hoeven
a962365292 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>
old-commit-hash: 55390d273f36f49da3896e687ac5530f40c1d150
2021-12-16 14:58:17 +01:00
Adeeb Shihadeh
cf05d622e0 add some docs for selfdrive/debug
old-commit-hash: 112df19d384cad7ff8ce120072fc5a5958bdc286
2021-10-12 20:17:12 -07:00
Dean Lee
06a1dd7598 c++ replay: support local routes (#22288)
* support local route

* kind of works

* works

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 43a846843f1a8af33c21afb10195899e8880d775
2021-10-12 00:51:22 -07:00
Adeeb Shihadeh
7badcdffad set arg types
old-commit-hash: 2f2b9116d48272c62e226c7452ddc95f9a2f48ff
2021-10-11 20:41:28 -07:00
Adeeb Shihadeh
668c524d4d fix decode errors in can printer
old-commit-hash: 2456296858623789464581ec5498d3e332358638
2021-10-11 20:06:00 -07:00
Adeeb Shihadeh
ff6777bc42 show ascii in can printer
old-commit-hash: 14a1441cbbd89e95c56b749ab22278f1ee6d08c4
2021-10-11 20:03:35 -07:00
Adeeb Shihadeh
3f9ad18811 add arg parser to can printer
old-commit-hash: 683ddeebc8834fe0c9b6f7f19e9a39a02200d152
2021-10-11 19:47:49 -07:00
Adeeb Shihadeh
be0b43f339 enable flake8 E231: missing whitespace after comma
old-commit-hash: efd5dffb1e727c70065fdbe7499ec9e009dfd282
2020-05-31 12:49:11 -07:00
George Hotz
2048a6e3d3 selfdrive/debug
old-commit-hash: f467642a1cd4b47d70a0fe3ae894e11350f6e28c
2020-01-17 11:23:21 -08:00
George Hotz
81dd5a50cf root commit
old-commit-hash: 6c33a5c1f3878e1d8c8a9db600dd44d188f02c87
2020-01-17 10:02:52 -08:00
Vehicle Researcher
99b637c7ce openpilot v0.7 release
old-commit-hash: c025b96e8a15640ee4d6e4d513fada6ed101afe5
2019-12-13 13:03:08 -08:00
Vehicle Researcher
b713eae9f8 openpilot v0.6.6 release
old-commit-hash: d7f0b402a878b185dbf65d0a7819f5959dd9b8c2
2019-11-04 15:13:52 -08:00
Vehicle Researcher
89d1d84c70 openpilot v0.6.5 release
old-commit-hash: cf80f7a28bc737f50e096b21dea2dd2d6d4a1621
2019-10-09 18:43:53 +00:00
Vehicle Researcher
9abcfabc5f openpilot v0.6 release
old-commit-hash: 8a9ed94f5f33faf282b1918ebe2c37f06cef74e6
2019-06-28 21:11:30 +00:00
Vehicle Researcher
83dfc3ca1f openpilot v0.5.11 release
old-commit-hash: 2f92d577f995ff6ae1945ef6b89df3cb69b92999
2019-04-23 01:41:19 +00:00
Vehicle Researcher
242328f92c openpilot v0.4.7 release
old-commit-hash: ae5cb7a0dab8b1bed9d52292f9b4e8e66a0f8ec9
2018-06-16 20:59:34 -07:00
Vehicle Researcher
4e867831f7 openpilot v0.4.2 release
old-commit-hash: 28c0797d30175043bbfa31307b63aab4197cf996
2018-02-06 12:43:45 -08:00
Vehicle Researcher
2c0cc6103a openpilot v0.3.7 release
old-commit-hash: daf54ad54d6356d35061ea2864d6397dc6184f3f
2017-09-30 19:05:03 -07:00
Vehicle Researcher
5de48a7668 openpilot v0.3.0-devel release
old-commit-hash: 4653a9aef031b0389d6b2440085c961bd2933cf8
2017-05-11 12:41:17 -07:00