Commit Graph

1294 Commits

Author SHA1 Message Date
Adeeb Shihadeh
9a9e4ba45e fix fingerprint script 2020-10-29 13:56:58 -07:00
Adeeb Shihadeh
92a8469284 Kona EV 2020 fingerprint (#2444) 2020-10-29 13:21:51 -07:00
Sean Boult
7346a7d56c Allow Hyundai Santa Fe to use 384 STEER_MAX (#2411) 2020-10-28 21:19:23 -07:00
ZwX1616
b5617c17c8 just use the same (#2419) 2020-10-28 17:43:16 -07:00
NiCK.n17
a0b40984af Car Port: 2020 Kia Niro EV (#2416) 2020-10-28 16:13:31 -07:00
DFyffe
f4624efe35 Hyundai Genesis tuning (#2405)
2015 Genesis 3.8 L. tuning to stop extreme ping pong on cornering and on straights.
2020-10-28 14:50:25 -07:00
Cruise Brantley
f38d0b11ce Hyundai Veloster fingerprint (#2407)
* Fix for transmission reporting differently

* Veloster does not fault at 384

* Update values.py

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2020-10-28 14:17:10 -07:00
eFini
9a2abd52b8 Add 2018 China Honda Inspire Fingerprint (#2437)
* 2018 China INSPIRE

* remove FPv1
2020-10-28 13:28:12 -07:00
Shane Smiskol
5eea86cbf4 Abstract set_unsafe_mode function to Panda (#2431)
* Abstract set_unsafe_mode function to panda.cc

* whoops

* use uint16_t
2020-10-28 13:21:07 -07:00
Adeeb Shihadeh
ffbd5e9f2d stop sounds after going offroad 2020-10-27 14:05:13 -07:00
Adeeb Shihadeh
d92ec9642e grey panda deprecation (#2406) 2020-10-26 23:09:06 -07:00
Adeeb Shihadeh
9807361ef2 enable event processing in UI 2020-10-26 20:27:52 -07:00
Adeeb Shihadeh
159e5d40ea fix camera malfunction alert on startup 2020-10-26 19:20:14 -07:00
Erich Moraga
2065c026db Additional CAR.CAMRY f/w (#2422)
@mzel#3760  DongleID/route  292073461f55e26b|2020-10-26--17-49-55
https://discord.com/channels/469524606043160576/524327905937850394/770463264098222091
2020-10-26 19:18:37 -07:00
Adeeb Shihadeh
bdfb0488a8 fix cpu test thresholds after downclock 2020-10-26 15:22:45 -07:00
ZwX1616
d7052094c4 restore behavior (#2418) 2020-10-26 14:49:28 -07:00
Dave Tapley
e1eec3b589 Add 2019 Highlander Hybrid (#2412) 2020-10-26 09:51:17 -07:00
Adeeb Shihadeh
0b433581e3 fix camera malfunction alert in sim 2020-10-24 11:46:23 -07:00
Adeeb Shihadeh
f46ed718ba bump version to 0.7.11 2020-10-23 20:09:08 -07:00
VirtuallyChris
226ff98a17 Add 2018 Lexus IS 350 fw 2020-10-23 12:12:19 -07:00
Adeeb Shihadeh
94991d9319 remove unused params function 2020-10-22 17:05:52 -07:00
Adeeb Shihadeh
88b956528e camera malfunction alert (#2391)
* camera malfunction alert

* bump cereal

* fix process replay

* ugh, needs refactor
2020-10-22 16:28:54 -07:00
Kumar
2a6765580c Car Port: Prius 2021 TSS2 (#2163) 2020-10-22 13:39:44 -07:00
VirtuallyChris
7624a48e02 Rav4 Hybrid 2020 fw 2020-10-22 11:37:39 -07:00
Willem Melching
118faa71e5 simplify settings a bit (#2384) 2020-10-22 17:11:52 +02:00
Willem Melching
b73e8ab324 improve Qt ui smoothess (#2380)
* improve ui smoothess

* fix backlight filter

* More default brightness

* write backlight in real background thread

* immediate repaint
2020-10-21 15:15:21 +02:00
Willem Melching
77d9a68f5d only log startup blocked on conditions changed (#2382) 2020-10-21 15:14:29 +02:00
Willem Melching
014e1521b3 add error handling to pandad get signature 2020-10-21 10:43:39 +02:00
Adeeb Shihadeh
d2a9617f9c update total scons nodes 2020-10-20 21:28:24 -07:00
Adeeb Shihadeh
6b4957cba1 Log last 1000 lines of tmux output in bootlog (#2149)
* log last 1000 lines of tmux output in bootlog

* add to bootlog

* fix tmux capture
2020-10-20 21:07:12 -07:00
ZwX1616
53bd3050ee infinite sound (#2372)
* make sound infinite loopable

* Update selfdrive/ui/android/sl_sound.cc

* fix loop

* fix test threshold

* more fix

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Comma Device <device@comma.ai>
2020-10-20 17:42:19 -07:00
ZwX1616
efa9180258 camerad AE hotfix (#2371)
* duplicate offset

* use widthx3 instead of stride
2020-10-20 17:26:05 -07:00
George Hotz
cb3ade51ef std::async has nodiscard in 20.04, i believe that function won't return until the async completes 2020-10-20 15:38:07 -07:00
Adeeb Shihadeh
4c4b53beda prevent snapshot while onroad (#2366)
* prevent snapshot while onroad

* fix offroad check
2020-10-20 14:04:18 -07:00
Willem Melching
c0d92516cc store params in ~/.comma on PC (#2369) 2020-10-20 13:18:21 +02:00
Willem Melching
9d0b893944 UI: get video aspect ratio from camera intrinsics (#2351)
* UI: get video aspect ratio from camera intrinsics

* cleanup video rect definition

* const zoom

* Match zoom level

* Fix comment

* Zoom out more
2020-10-20 12:14:19 +02:00
Shane Smiskol
5bcac27d98 matrix subclass not recommended way to represent matrices (#2348) 2020-10-20 12:12:23 +02:00
Adeeb Shihadeh
32496626b2 numpy tolerance for INDI 2020-10-19 23:29:22 -07:00
Dean Lee
0bbd080a04 fix build warning (#2365)
* fix build warning

* Update selfdrive/common/util.c

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2020-10-19 22:44:24 -07:00
Adeeb Shihadeh
516da927f9 add cars with LQR and INDI lat control to process replay (#2363)
* add cars that use LQR and INDI lat control to process replay

* bump ref commit
2020-10-19 21:18:50 -07:00
Adeeb Shihadeh
2fd5ab782b explicitly turn display on in updater (#2362)
* explicitly turn display on

* clean that up

* update binary

Co-authored-by: Comma Device <device@comma.ai>
2020-10-19 20:16:27 -07:00
Willem Melching
63e23e9cd7 Reset liveParameters if starting with invalid values (#2360)
* reset params if starting with invalid values

* newline

* No need to check stiffness
2020-10-19 19:04:33 +02:00
Willem Melching
d28f488ea5 fix typo in params path on PC 2020-10-19 14:25:45 +02:00
Willem Melching
47dfa52456 use iterator to loop over first 1000 entries (#2359) 2020-10-19 13:44:36 +02:00
Adeeb Shihadeh
9e03c2e929 tap to wake with accelerometer (#2267) 2020-10-18 19:03:41 -07:00
Chris Souers
dc8b5538e8 Add 2020 Acura RDX (#1557)
Update CAN Fingerprint

Update files_common

Update test_car_models.py
2020-10-18 19:03:04 -07:00
Adeeb Shihadeh
f9a5f71bf5 NEOS 15 (#2084)
* doze

* need a new apk

* new build

* neos 15 part 1

* new build to re-enable display control for ft8716

* production image
2020-10-18 17:03:28 -07:00
Adeeb Shihadeh
6073610cb0 fix pylint import error 2020-10-18 16:12:39 -07:00
Adeeb Shihadeh
82c112dad0 quick toyota EPS scale factor script 2020-10-18 16:00:42 -07:00
cydia2020
99e92c7ae2 The correct (factory) way of displaying barriers on toyotas (#2281) 2020-10-17 18:26:49 -07:00