Jason Young
3e0caf9882
a little more
4 years ago
Jason Young
c0792fe57a
the code is darkest before the refactor
4 years ago
Robbe Derks
1fd8fc4593
Typo in Quectel FCC ID
4 years ago
Adeeb Shihadeh
b8393f7271
can_replay: warning & clone cmd if jungle lib is missing
4 years ago
Adeeb Shihadeh
239c7c1d4e
Bring back Accord 2021 + 2021 Hybrid ( #23021 )
...
Co-authored-by: Chris Souers <csouers@gmail.com>
4 years ago
Dean Lee
c77354009c
panda: add unit tests for usb protocol (pack/unpack) ( #22955 )
...
* prepare for unit tests
* add to selfdrive_tests.yaml
* test header
* test chunk count
* rename test function
* continue
* don't check chunks count
* test recv_can
* continue
* small cleanup
* merge master
* cleanup
* rename functions
* test different packet size
* fix operator precedence problem
* refactor unpack_can_buffer
* cleanup test
* cleanup unpack_can_buffer
* add test for multiple pandas
* rename to test_panda
* restore test_boardd
* rename to test_boardd_usbprotocol
* fix typo
* bus_offset = [0,4]
* change src
* use USBPACKET_MAX_SIZE
4 years ago
Dean Lee
75dd0d6296
loggerd: split loggerd.cc into three files
4 years ago
George Hotz
6462ced209
thermald: track power usage / pmic temps ( #23013 )
...
Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Dean Lee
6964adec39
networking: remove unused #inculde<QMovie> ( #23016 )
4 years ago
Willem Melching
9417051062
don't build internal kalman objects on device ( #23011 )
4 years ago
Erich Moraga
9b9cbe1f37
Add several missing CHRH f/w ( #23002 )
...
`Hookler#6341` 2017 C-HR DongleID/route 9de14f6c78d29e91|2021-11-22--03-48-14
His car was previously FP'ing over FPv1 on OP 0.8.1, and he didn't realize it, until I verified it. Relevant FPv1 was pruned from newer code.
4 years ago
Jason Young
34b52f5481
tuning
4 years ago
Dean Lee
c1f617db46
UI: fix cameraview crash after going offroad in settings window ( #23009 )
4 years ago
Jason Young
2f8e0b677e
hold my beer?
4 years ago
Adeeb Shihadeh
20d5c0c1cb
camerad: lower YUV vipc buffer count to 40 on tici
4 years ago
Adeeb Shihadeh
d482b2d0a2
boardd: small cleanup ( #23005 )
4 years ago
Jason Young
7aac2562cf
show fixed lead car if lead visible
4 years ago
Jason Young
b74fbba7f2
setpoint visibility in instrument cluster
4 years ago
Adeeb Shihadeh
a941a1040d
back to 0.8.12
4 years ago
Erich Moraga
d630ec9092
Add Lexus RC support ( #22941 )
...
* Add f/w firmware for Lexus RC under LEXUS_IS
`@ph33rl355#0529` 2020 Lexus RC F Track Edition DongleID/route 32696cea52831b02|2021-11-16--23-12-02
Doesn't seem to need a full port, per user feedback...
https://discord.com/channels/469524606043160576/524327905937850394/910400788319326229
* Update CARS.md
* Separated Lexus RC from IS... still using IS DBC
* match lexus IS for now
* Update wheelbase to match published specs
I'm hesitant to touch `mass`, even though I know it's different from the IS.
* Add TOYOTA.LEXUS_RC test route
Co-authored-by: Willem Melching <willem.melching@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Jason Young
2db099a179
don't run long state/actuators unless sending message
4 years ago
Jason Young
0275de0737
Merge branch 'master' into mqb-long
...
# Conflicts:
# selfdrive/car/volkswagen/interface.py
4 years ago
Adeeb Shihadeh
b51da61dc4
perfetto ( #22998 )
...
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Jason Young
819b7a120a
VW MQB: Longitudinal prereqs ( #23004 )
4 years ago
Jason Young
9931c0b6f4
Merge branch 'mqb-long-prereqs' into mqb-long
...
# Conflicts:
# selfdrive/car/volkswagen/carcontroller.py
# selfdrive/car/volkswagen/carstate.py
# selfdrive/car/volkswagen/interface.py
4 years ago
Jason Young
d936fc75e8
more cleanup; require gateway integration
4 years ago
Jason Young
df8b27234a
cleanup
4 years ago
Jason Young
2e81e060c9
bump CI
4 years ago
Jason Young
0384a4b57c
gate this too
4 years ago
Jason Young
161e1a970d
VW MQB: Longitudinal prereqs
4 years ago
Jason Young
94556cf913
elide superfluous import
4 years ago
Jason Young
e2698a4672
Merge branch 'master' of https://github.com/commaai/openpilot into mqb-long
4 years ago
Jason Young
0907a845dd
tweaks and comments
4 years ago
Jason Young
d638234c6c
bump panda
4 years ago
Jason Young
893b8e4047
(re)try letting PI clean up some of this
4 years ago
Jason Young
001bc01021
align stopping state thresholds
4 years ago
Adeeb Shihadeh
7746130a1e
Honda Bosch cleanup ( #22999 )
4 years ago
Adeeb Shihadeh
a405fc5d43
boardd: add note about slow disconnected panda check
4 years ago
Adeeb Shihadeh
fb32381a88
boardd: set thread names
4 years ago
Jason Young
7e6549a4e8
borrow decel comp from HKG
4 years ago
Dean Lee
aa0cc260b9
wifiManager/get_response: pass response by const reference ( #22997 )
4 years ago
Adeeb Shihadeh
b07ddad6ed
comma pedal: rename create_gas_command -> create_gas_interceptor_command
4 years ago
Comma Device
7ac938a474
reduce comfort band with lead car
4 years ago
Adeeb Shihadeh
944fa5fa08
boardd: resolve TODO, still need that for USB errors
4 years ago
Dean Lee
1d2dfab81c
replay: add test to check dcam and ecam ( #22993 )
4 years ago
Dean Lee
d97ad1302a
moded/RunModel: fix possible memory leak without a virtual destructor ( #22990 )
4 years ago
Dean Lee
9cb46cc4a1
logreader: fix memory leak in Event ( #22987 )
4 years ago
Adeeb Shihadeh
a64169af26
link to ctf in tools readme
4 years ago
Dean Lee
b399b48f0a
ui/settingswindow: set parent for nav_btns. ( #22984 )
4 years ago
Dean Lee
7ce9ff1b04
ui/device: fix uninitialized variable awake ( #22983 )
4 years ago