Commit Graph

1148 Commits

Author SHA1 Message Date
Adeeb d4cec82895 Unit test for alert width (#1307)
* unit test for alert width

* fix scale

* comment

* fix offending alert text

* rename

* update process replay refs

Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: 0f6c22ce8b3fbbbbb8fff59e44f49b8ec1578e90
2020-04-07 21:37:17 -07:00
Willem Melching 907a97f1ee Don't use battery temperature to determine fan type (#1331)
* Don't use battery temperature to determine fan type

* Add cloudlog

* Init is_uno
old-commit-hash: 017b1f677050b1b9c29ce8173b80cd9a89901e40
2020-04-07 19:18:14 -07:00
Willem Melching 0d307b16b8 bump panda
old-commit-hash: 8b1b56a90482e1aac7917bbc98f77da75444374d
2020-04-07 15:00:27 -07:00
ZwX1616 9e07511371 add pc to supported hardware (#1328)
old-commit-hash: 52fcbb1b92d801439cb2f7bb055b35fbd8f1d3af
2020-04-07 13:19:23 -07:00
martinl 56fd19b031 Add Subaru gearShifter to carstate (#1318)
* Add Subaru gearShifter to carstate

* reset submodules, remove ignore gearshifter from subaru interface

* update apks to master

* update ref_commit
old-commit-hash: d0b3c695058ce0798d1fd025495903f40851b533
2020-04-07 11:55:17 -07:00
Erich Moraga 74f41ccf52 CAR.COROLLAH_TSS2 x018821F3301100\x00\x00\x00\x00 (#1327)
@capthawker#8604 DongleID a362a5e990fe49e9
old-commit-hash: 6013704586b07256e3b3057b71304ee67db4585c
2020-04-07 11:48:55 -07:00
Willem Melching 098b0005ad switch panda back to master
old-commit-hash: d35c9461480e9d6070ed646a04533e33ae31f427
2020-04-06 16:50:14 -07:00
Willem Melching 4c8657fc8c openpilot support for panda nak (#1324)
old-commit-hash: 7ea2524b6fbb89f23d3591ee2c115181af480d5a
2020-04-06 16:49:37 -07:00
Willem Melching bea4addcc2 Boardd should always send health, even with no panda (#1322)
* dont go offroad when health times out

* always send health packet

* Handle disconnect in thermal

* Handle unplug in power monitoring

* Small cleanup

* Remove copied code

* Add mutex

* Can just use infinite timeout. It will still return if not connected
old-commit-hash: b16e11cde5eccf3f3d028cf8ea2190726944a895
2020-04-06 16:01:42 -07:00
Willem Melching b016bffcff bump cereal
old-commit-hash: f9257fc75f68c673f9e433985fbe739f23310bb4
2020-04-06 12:18:42 -07:00
Willem Melching 453a053765 bump opendbc
old-commit-hash: 1eb9b05c17af4284e793fc33ff07fba1de3e2cd7
2020-04-06 12:18:42 -07:00
Shane Smiskol b5b05334f4 few small spinner updates (#1319)
old-commit-hash: 10331b1cf86659a6ad32137debc43374e4feece8
2020-04-06 11:52:15 -07:00
Arne Schwarck 39baf83a99 PRIUS Ecu.engine FW (#1315)
dongle_id
0e936661c2ec3047
old-commit-hash: bbf3cc48be06118767722136a9f75f5f97199174
2020-04-06 11:51:38 -07:00
DeanLee 6ff6ce4d79 Fix memory leak in boardd.cc (#1321)
* fix memory leak

* dd
old-commit-hash: 9bcd5faa70a868de5272b17c9bc3693bf89044d0
2020-04-06 09:13:34 -07:00
Andy e43b40540d Sidebar Connectivity Status (#1268)
* store athena connected-at time

* refactor

* deref

* dt import

* Athena status based on last ping time param

* upd test for pingtime

* lower error timeout
old-commit-hash: 41bb3ac7ca586b41fa91ad5a6392c88a2c4d5cb3
2020-04-05 11:06:49 -07:00
Andre Volmensky 613e84efe0 Add angle based steer saturation timer (#1311)
* Add angle based steer saturation timeout

* Fixed saturated check
old-commit-hash: 522dc29b53c29bc800af84ab5a196d226bf924a6
2020-04-05 10:59:54 -07:00
DeanLee b3d3be7136 fix AttributeError: 'FakeSpinner' object has no attribute 'close' (#1317)
old-commit-hash: b4641b7392bdde59e3fc8c4e7d9232138ae8597b
2020-04-05 10:54:01 -07:00
Willem Melching a4edbacde2 Add 2020 Camry FW versions
old-commit-hash: c985e997e991113f6fb22398da9f533312f8c6b9
2020-04-03 12:26:18 -07:00
Arne Schwarck 9b6909c50c More RAV4_TSS2 FW (#1312)
* More RAV4_TSS2 FW

dongle_id: 00dc05336f1756d9

* Then only the one FW to update
old-commit-hash: 972682580c35693fdd238380e4df6d9b4106d0a6
2020-04-03 11:39:38 -07:00
Arne Schwarck cc1eafea97 Toyota Tss2 Blindspot signals (#1309)
* Toyota Tss2 Blindspot signals

Adding these signals are easy, they are on the can bus.

* Update ref_commit
old-commit-hash: 43b62d8bb6627c6e33b082848a978ab65d7ec7d0
2020-04-03 08:31:12 -07:00
Willem Melching 8c1e437b6e Show manager startup failures using TextWindow (#1310)
* show text window on build failure

* Only show last 10 line

* Fix that

* better layout

* Fix fake text window

* Only show spinner and textwindow on android

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: dae19a284d20a81432c57f99be8ac69bb3c2454a
2020-04-02 15:04:01 -07:00
Willem Melching e8a8eef872 Direct logentries logging from manager (#1306)
* add function to add direct logentries handler

* Whitespace

* Add manager crash handler

* Log scons build errors

* Add line to format exception

* Small cleanup

* That is now a list

* Read all data from stderr
old-commit-hash: c95134defe6734dcffeff6f9a1563f9ca8475722
2020-04-02 11:28:20 -07:00
Adeeb 1132e6e8d2 tools is no longer a separate repo (#1308)
old-commit-hash: 83d8dd471789c89ddcade15091717d7ea85cb017
2020-04-01 22:34:41 -07:00
Willem Melching 57f94db935 Fix dashcam missing CarState
old-commit-hash: 0112a8d3fda01d2e12b00b340014e974851773d6
2020-04-01 16:36:46 -07:00
Comma Device 7c4f8f5098 fix background on computer ui
old-commit-hash: 6abbda14671bf3fdc1d52cfc0a1337f8ca43331f
2020-04-01 23:01:17 +00:00
Willem Melching 3e9de54726 add low pass filter on cpu temp (#1305)
old-commit-hash: b497a014176def38cc2ccafa55bea9cdefa5983b
2020-04-01 15:58:40 -07:00
Willem Melching d5d57eb342 bump panda back to master
old-commit-hash: 30d4d64b4c08ae2fd966ae852398362bde9cb876
2020-04-01 10:52:20 -07:00
Jason Young 40f9c6faa1 Boot-loop testing script for EON/C2 device sensors (#1303)
* Sensor test boot-loop script

* Changing file permissions

* Set executable

* Changing file permissions

* Sensor test boot-loop script

* Changing file permissions

* Set executable

* Changing file permissions

* Bugfix to text_window

* Capture logs during a failure event

* Capture logs during a failure event
old-commit-hash: 0970dd74b705307a0200932cd47a2f85ef90cd8b
2020-04-01 10:51:47 -07:00
Willem Melching 935753357a Add binary to display text (#1301)
* add binary to display text

* fake text needs status too

* Rename to TextWindow

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 202a4c2011d0c4638c454a39718084548b8ba95d
2020-03-31 20:14:26 -07:00
George Hotz 860930b198 tici: fix loggerd (#1302)
* loggerd builds

* codec

* add frame_id cams

* working

* no qcam on tici

* pthread always

Co-authored-by: Tici <robbe@comma.ai>
old-commit-hash: cfcf3f9368eacacc7844b53b37842bd7419d42f9
2020-03-31 18:25:05 -07:00
George Hotz f5078e87bc tici: add (somewhat) broken camerad support (#1300)
* capnparm

* building in progress

* scons build works

* that script fixes opencl

* start new camera code

* includes and more camera scripts

* control c works now

* no device control yet

* phy too

* just one camera for now

* fix capnparm

* hmm, the inits are needed

* more cameras

* link stop start

* doesn't work yet

* fix ion on qcom2

* start poll ish

* 4 pictures and done

* no jpeg

* it works to picture

* destroy sync obj

* both work for now

* defined QCOM2

* fix fd leak

* run modeld

* 10 bit mode

* real frame stride

* needs digital gain

* dnew

* no color correcting on new

* that snpe doesn't work

* qcom2 gate

* cleanups

* oops, fix aarch64 detector

* update cereal

* modeld works with SNPE

* fix driver monitoring model

Co-authored-by: Tici <robbe@comma.ai>
old-commit-hash: 8db0993663d7f16cddde00a2dfac8347a152b34e
2020-03-31 16:34:55 -07:00
Willem Melching bb5e87efda 2020 Chrysler Pacifica (#1297)
* 2020 pacifica support

* Update readme
old-commit-hash: 746f7ed9b1e5756feb24938ff8287ad075c22b5b
2020-03-31 15:47:49 -07:00
Chris McCammon 34f282203d Add 2020 Rav4 to readme (#1298)
old-commit-hash: 6d10ccb46127746519babd629c2a2ccc4f1c88bb
2020-03-31 15:39:13 -07:00
Willem Melching efeec6230b Tombstone add exception handler
old-commit-hash: c495b2d9bedd138af253966f6ee222c72ea7a6cb
2020-03-31 14:47:46 -07:00
Willem Melching ea17840233 Fix comment
old-commit-hash: ca2d9af95415cbd77a70ceee8d3fbceaac2381f1
2020-03-31 14:43:53 -07:00
Willem Melching ee9a131e53 Simplify tombstoned, should fix #1258
old-commit-hash: d8d2d568dc53e36e5a8da3f17119fac4689e18c6
2020-03-31 14:41:55 -07:00
eFini 7d25d238a3 use put_nonblocking when possible (#1288)
* use put_nonblocking when possible

* revert uneeded changes
old-commit-hash: 106be23c4e20f30dbedd3a2cddaec78584d726c5
2020-03-31 12:09:38 -07:00
Willem Melching aa8ca1819d High speed alert (#1295)
* add speed to high alerts

* Add permanent alert

* Two lines

* No permanent alerts

* Less bad alert

* Typo
old-commit-hash: 3cb1568a546426eb36c0e206db9dea23aa7a886a
2020-03-30 18:41:56 -07:00
Willem Melching 7ca8cb85e9 bump cereal
old-commit-hash: 37d8d45144c4c07a83f81c92cc7300bbeebdddc1
2020-03-30 16:40:09 -07:00
vetmiker eb6cf6ffd9 Smooth out Sienna tuning (#1292)
Current Sienna tuning leads to pretty significant bouncing and oversteering, this change fixes it. Thanks to @Jax for finding some great values and checking with a Toyota mechanic on the real steer ratio for Siennas!
old-commit-hash: e0ba222336f28dcac0e43e17355eef334799bd7c
2020-03-30 16:19:24 -07:00
eFini 02ad0e743e only run system() command when vol has changed (#1148)
* only run system command when vol has changed

* fix indent
old-commit-hash: 431155029399e904258d6e7b525ebec037ae608c
2020-03-30 14:41:17 -07:00
George Hotz 3f5d11ff3b Preparing for the efficientnet (#1255)
* snpe version 1.35.0.698

* fix files common for new snpe

* efficient net with normal names

* compiling with 1.32 works

* actual snpe files

* fix monitoring, delete unneeded

* point the symlinks to the right places

* err, modeld needs the CPU

* benchmark for 50 its

* put back old model for now

Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com>
Co-authored-by: George Hotz <geohot@gmail.com>
old-commit-hash: 6e5a2d404bfbc33e5a63986f7d618d07d9c9c07f
2020-03-30 14:20:51 -07:00
ZwX1616 b83968e399 update readme
old-commit-hash: 5644b2875ddfd66289123aa1daba485f544f1450
2020-03-30 14:13:04 -07:00
Willem Melching 29a2d0cf63 Remove duplicate firmware versions from CIVIC_BOSCH
old-commit-hash: b721b8521f88fe8a39b41d2eb98235dd607f6688
2020-03-30 12:42:15 -07:00
Willem Melching c6d2faec37 Add CIVIC_BOSCH fw versions
old-commit-hash: 003c236fa213e00ce203e59a6df763b59d1fec96
2020-03-30 12:39:21 -07:00
Willem Melching 9d08a97e7e Bump version to 0.7.5
old-commit-hash: 8abc0afe464626a461d2c7e192c912eeebeccc65
2020-03-30 12:33:25 -07:00
Willem Melching 41bd11b7cc Add nissan to readme and release notes
old-commit-hash: 9eb0a29eec1af89ed2294338150359c82e3e7a47
2020-03-30 12:33:09 -07:00
Willem Melching 829a5a734d One more BaseException in test_uploader.py
old-commit-hash: 3dad97a2110d2f970fcb25b190d5a1afaa91a489
2020-03-30 12:30:21 -07:00
Greg Hogan 41ff9244c0 uploader: allow ctrl+c
old-commit-hash: 13ec384ea0bce744a8fffaa1d7a977b91f06cfb7
2020-03-30 12:27:39 -07:00
yufeng66 6987c5136b update rav4h_tss2 tune (#1260)
* update rav4h_tss2 tune

reduce pid gains for rav4h_tss2 to reduce ping pong at local speed and big turn

* update tuning for rav4_tss2 in additional to rav4h_tss2
old-commit-hash: ba1e79d0eadbc542b9485766afa98ffd8d05e62b
2020-03-30 11:59:01 -07:00