Commit Graph

2929 Commits

Author SHA1 Message Date
Adeeb Shihadeh 59ea5eade9 fix tici sound card check 2021-03-04 11:57:43 -08:00
Dean Lee 2f46ddf779 oneplus cleanup (continue) (#20212)
* cleanup cameras_supported

* use macro

* remove ois_fd

* remove ois_init_settings

* cleanup sensor_i2c.h

* apply_exposure

* better comment

* remove int err

* init apply_exposure in camera_init

* continue

* remove event startupOneplus

* Revert "remove event startupOneplus"

This reverts commit f5b16e864399bcf4dc7c48fc07a43e35c47e7dc2.

* move camera_init after xxx_apply_exposure
2021-03-04 11:25:53 -08:00
Comma Device 0d036de205 better transition 2021-03-04 11:08:52 -08:00
Willem Melching 1b5c4d9089 ui: check sensor list size 2021-03-04 14:40:16 +01:00
Willem Melching ff1cd3de1e needs to be int 2021-03-04 13:25:50 +01:00
Willem Melching 0d02e85873 set brightness, catch exceptions 2021-03-04 13:19:30 +01:00
Dean Lee d3a71dcf65 camerad: fix thumbnail cnt (#20236) 2021-03-03 20:14:37 -08:00
ZwX1616 ab87aa1da8 clean up tici camera registers (#20209)
* clean up registers

* clean up more

Co-authored-by: Comma Device <device@comma.ai>
2021-03-03 19:29:08 -08:00
Comma Device a5e9c603bd force same gamma 2021-03-03 14:28:58 -08:00
wolterhv 93911a7dbe Replace hardcoded values for Pi (#20235)
* Avoid redefining pi, use instead math.pi or M_PI from math.h

* Revert overwriting of the gpsPi variable, which is part the GPS standard.

* Move standard library imports to top, remove standard library import comments.
2021-03-03 14:22:06 -08:00
Dean Lee dd603a89f6 UI: Move the variables need to be updated by socket to UIScene (#19783)
* move variables into UIScene

* rebase master

* rebase master

* rebase master

* rebase master

* rebase master

* rebase master

* fix build error

* cleanup

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2021-03-03 17:40:50 +01:00
Willem Melching 6b5a5bd180 remove build arg from manager prepare_managed_process (#20229) 2021-03-03 15:17:04 +01:00
Willem Melching c3931074bf modeld.cc fix matrix storage order 2021-03-03 14:48:22 +01:00
dingyf12593 9e9b8cf33a merge the china golf 7.5 missing values in the existing fingerprint (#20218)
* china golf 7.5 values

* merge the missing values in the existing fingerprint

* merge the missing values in the existing fingerprint

* reset

* merge the missing values in the existing fingerprint
2021-03-03 14:10:33 +01:00
Eric Dardet 2be8731b35 Update values.py to add more 2021 Sonata FWs (#20219)
Added more  firmware versions from a 2021 Hyundai Sonata
2021-03-03 14:07:11 +01:00
Dean Lee a1b2bdb844 move function calib_frame_to_full_frame to ui.cc (#20230)
* move calib_frame_to_full_frame to ui.cc

* cleaup includes
2021-03-03 13:10:17 +01:00
Willem Melching a27245e6c1 modeld.cc construct matrix directly from data 2021-03-03 13:09:14 +01:00
Willem Melching 7c8fcad602 ui.py: draw lines on radarState leads 2021-03-03 13:05:41 +01:00
Willem Melching 7dc4b22dae Set hyundai start accel 2021-03-03 12:07:12 +01:00
Dean Lee f5109d9207 cameras_qcom: use std::mutex (#20181) 2021-03-03 11:48:49 +01:00
Dean Lee ae72d34a42 move intrinsic_matrix into modeldata.h, removed duplicate definitions. (#20051)
* move intrinsic_matrix into modeldata.h

* def __cplusplus
2021-03-03 11:47:48 +01:00
Dean Lee 824e4531d7 num_cids should be 1 (#20190) 2021-03-03 11:42:49 +01:00
Marius Larsen e998d6d93f Fxing some typos in vehicle_model.py comments (#20220) 2021-03-03 11:40:22 +01:00
Dean Lee 8db3eea6c5 UI: rename frontview to driver_view (#20228) 2021-03-03 11:38:41 +01:00
Comma Device f96e8f2f17 fix typo 2021-03-02 20:59:46 -08:00
Adeeb Shihadeh 60a9443b61 fix SSL errors in Qt UI on NEOS (#20225)
Co-authored-by: Comma Device <device@comma.ai>
2021-03-02 20:46:46 -08:00
ZwX1616 2a9e775bb9 tici driverview support (#20223)
* add tici support and clean up

* not exactly 4/3

* keep c2 style

Co-authored-by: Comma Device <device@comma.ai>
2021-03-02 19:42:45 -08:00
Adeeb Shihadeh 4c84a33d01 fix rotation on input dialog 2021-03-02 17:14:32 -08:00
robbederks 491309b639 Tici MIPI config (#20205)
* remove non-default mipi timings and preamble lengths

* actual correct settle count
2021-03-02 14:10:32 +01:00
Willem Melching 91ee1cbfa0 juggle.py: add exception 2021-03-02 12:13:06 +01:00
vanillagorillaa d841eca36d 2020 RDX Ecu.combinationMeter firmware (#20215) 2021-03-01 20:14:41 -08:00
dopedroid 44015d8d50 Add Lexus RX Ecu.engine fw version (#20198) 2021-03-01 20:13:23 -08:00
Adeeb Shihadeh 07ab081a42 oneplus cleanup (#20200)
* start cleanup

* cleanup camerad

* remove unused

* little more

Co-authored-by: Comma Device <device@comma.ai>
2021-03-01 17:14:03 -08:00
ZwX1616 dd2bba0b42 Tici art4 (#20210)
* adjust gamma

* trust that light

* trust that chart

* unsrgb

Co-authored-by: Comma Device <device@comma.ai>
2021-03-01 16:35:43 -08:00
Greg Hogan 78808961c5 fix log values with non-utf8 characters and remove index_log (#20173)
* remove index_log

* handle non-unicode characters in values

* dump.py better handling of printing non-unicode characters

* only replace errors in main
2021-03-01 13:03:44 -08:00
Adeeb Shihadeh 167fa565c0 default this on 2021-03-01 12:14:29 -08:00
Dean Lee afcbf60cad camera_qcom.h: regroup variables by usage (#20196) 2021-03-01 14:49:04 +01:00
Willem Melching 0d635bd59d tici fix ambient temperature zone 2021-03-01 14:04:25 +01:00
Willem Melching a0987cb098 Qt ui: fix minimum pass length 2021-03-01 13:55:48 +01:00
Dean Lee e6c47916a2 (msm_sensor_power_setting*) type conversions are not required (#20191) 2021-03-01 12:17:30 +01:00
Erich Moraga d89bb110ad Add missing ESP f/w for CAR.CAMRY_TSS2 (#20199)
@EmergingPath845#9792 DongleID/route 7daa325856f00d40|2021-02-28--15-44-48

Confirmed it fingerprints properly now, though it hits this known issue...
https://github.com/commaai/openpilot/issues/19654
2021-03-01 12:16:49 +01:00
vanillagorillaa b30701fe5b Additional 2021 Corolla Camera FW (#20203) 2021-03-01 12:04:14 +01:00
Adeeb Shihadeh d8418f2abe qt confirmation dialogs (#20202)
* confirmation dialog widget

* looks pretty good

* fix qcom2

Co-authored-by: Comma Device <device@comma.ai>
2021-02-28 20:44:00 -08:00
Adeeb Shihadeh ec8b21c261 qt fixups (#20171)
* no outline

* disable on qcom for now

* fix qt 5.12.8

* cleanup drive stats

* widgets cleanup

* ssl test

* revert that

* disable by default

Co-authored-by: Comma Device <device@comma.ai>
2021-02-28 18:10:50 -08:00
Adeeb Shihadeh 7921759bbe scons cache in CI (#20197)
* scons cache in ci

* clean up cache

* fix cleanup step

* non fixed key

* quote
2021-02-28 15:50:20 -08:00
Adeeb Shihadeh 9288031e6f CI: fix webcam cache 2021-02-27 21:54:34 -08:00
Adeeb Shihadeh 2525a628a1 bump version to 0.8.3 2021-02-27 21:14:14 -08:00
Adeeb Shihadeh bab772f5c8 plotjuggler readme screenshot 2021-02-27 21:11:40 -08:00
Adeeb Shihadeh 3e70395e82 add new sentry client package (#20178) 2021-02-26 22:03:19 -08:00
Dean Lee 468dc3f5a4 Move duplicate function declarations to camera_common.h (#20176) 2021-02-26 20:35:21 -08:00