Dean Lee
5e90a1bc79
config_isp: remove hardcoded buffer size ( #22119 )
...
old-commit-hash: b8be692c1a
4 years ago
Dean Lee
ebffd5f3ad
util: add safe write functions ( #22160 )
...
* add safe write functions
* log error
* bzfile safe_fopen&safe_flush
* update test_case
* trigger ci
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: 652c42da2c
4 years ago
Robbe Derks
dbe4641e04
Multipanda support ( #22402 )
...
* squash all PR commits for easy rebase
* merged all panda rx can into one message
* fix buffers in can_send
* more cleanup and minor fixes
* fix even more stuff
* fix non-allocated send buffer
* make connecting more robust
* fix bus offset
* fix controls_mismatch?
* simplify mismatch check
* C++ style struct
* fix connect loop
* update ref
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 585c16cd2a
4 years ago
Willem Melching
0d035f6898
PyQt demo app ( #21625 )
...
* build python helpers lib
* call setMainWindow from python
* put in helper lib
* linter
* move to scripts
old-commit-hash: 25e4e94691
4 years ago
Dean Lee
0afe7d74bc
util: add new function create_directories with unit tests ( #21871 )
...
* util::create_directories
* check bool ret
* don't assume mask
* rename with_umask to no_umask
* remove umask
* rebase master
* rebase master
* 0755
old-commit-hash: 1f39d8cee6
4 years ago
Dean Lee
af7c9ccf6f
replay: build on devices ( #22632 )
...
* there is no QThread::create on device
* add files to files_common
* modify SConscript
* no memory_resouce on device
* #define HAS_MEMORY_RESOURCE
* fix hangs on shutdown
* build on device with the --extra flag
* delete later
* setup -> extras
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: d70e49dca5
4 years ago
Dean Lee
c401d7aff3
loggerd: fix concurrency issues in sync encoders ( #22590 )
...
* sync_encoders
* add variable camera_synced
* cleanup
old-commit-hash: 18caf3535b
4 years ago
Dean Lee
c742e81f3e
framereader: use swscale to handle the YUV conversion ( #22710 )
...
old-commit-hash: 921600b95c
4 years ago
Dean Lee
da6ebc2f9d
remove unused signal displayPowerChanged ( #22719 )
...
old-commit-hash: 3b936aaca9
4 years ago
Willem Melching
88947e50ef
Add 2019 Rav4 engine FW ( #22733 )
...
old-commit-hash: 51c4b3c34b
4 years ago
Jason Young
a399abf438
GM: EPS fault workaround ( #22404 )
...
* seems legit
* panda -> loopback
* fix comment
* add some "why" comments for the next guy
* re-test with stock 50Hz rate
* ugly test
* Update selfdrive/car/gm/carstate.py
Co-authored-by: qadmus <42746943+qadmus@users.noreply.github.com>
* update refs
* Update selfdrive/car/gm/carstate.py
Co-authored-by: qadmus <42746943+qadmus@users.noreply.github.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: b49f518782
4 years ago
Adeeb Shihadeh
67b42fc1a8
Mazda: fix blinker states ( #22718 )
...
* Mazda: fix blinker states
* not lamp
* back to lamp to fix convenience blinkers
old-commit-hash: 2b4a655f36
4 years ago
Adeeb Shihadeh
72d7b40eec
UI: add opensans semibold
...
old-commit-hash: e33cd47b5c
4 years ago
Willem Melching
82ebe9f0ee
nav: support multiple banners in route segment ( #22722 )
...
old-commit-hash: d4433cc2d8
4 years ago
Jason Wen
03fcbc4366
hyundai_enable_radar_points: fix typo ( #22724 )
...
old-commit-hash: 257d2b447d
4 years ago
Willem Melching
8d9783a379
maps: allow using MAPBOX_TOKEN env variable ( #22721 )
...
old-commit-hash: 0ba40954b9
4 years ago
Robbe Derks
39d9bd31b0
Make longitudinal planning triggered on model ( #22641 )
...
* Make long planning triggered on model
* fix process replay
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: efb5abec41
4 years ago
Robbe Derks
a6a2693a1c
Pigeon (ublox) initialization fixes ( #22712 )
...
* add timeout to wait_for_ack
* fix ignition edge detection race condition
* local_ignition -> ignition_local
* gate power_save on !pigeon_active
* millis_since_boot
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 21c4bfc7be
4 years ago
Dean Lee
fd2bc4ce18
Qt/CommaApi: cache private key ( #22715 )
...
* cache private key
* space
* no need to check mtime
* call_once
* simplify
old-commit-hash: 3f4cc9a246
4 years ago
cydia2020
8f824f3b16
Toyota: gate enableDsu on no smartDSU ( #22711 )
...
old-commit-hash: 944578ad09
4 years ago
Adeeb Shihadeh
997f3f0212
run onroad tests on release build ( #22700 )
...
* check startup aelrt
* release decorator
* run in jenkins
* run onroad tests
* no push
* fix release2 build
* fix path
* no overwrite
* single release build script
* make files_eon non empty
* files
* run in source
* add that for now
* print
* ignore initialzing
* print
* fetch
* run tests last
* check alert text
* revert some stuff
* fixup jenkinsfile
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 7feae28705
4 years ago
Adeeb Shihadeh
bb7751fdb0
don't set core affinity on PC ( #22706 )
...
old-commit-hash: 5b331fd6f5
4 years ago
Adeeb Shihadeh
95f5cabc04
add inter fonts to assets ( #22704 )
...
old-commit-hash: 950acb476c
4 years ago
Adeeb Shihadeh
2e995ea41a
installer: init submodules for all builds
...
old-commit-hash: 23d6aeb4b7
4 years ago
Adeeb Shihadeh
4099783375
add sdcard support ( #22703 )
...
* generalize
* factory reset
old-commit-hash: f4c2398db4
4 years ago
Gibby
ee70f39f1b
GM: 2016 Escalade ESV ( #22670 )
...
* Added 2016 Escalade ESV fingerprint and data.
* Updated CARS.md for GM vehicles
* Uploaded Escalade fingerprint
* Removed part about auto high beams for GM. Seems to work for some.
* Revert other modifications in CARS.md
* Revert other modifications in CARS.md
* Added test route for Escalade
* Added tunning for Escalade to reduce jerky steering
* Apply suggestions from code review
* Update selfdrive/car/gm/interface.py
* cleanup test route
Co-authored-by: Gibby <git@twoitguys>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 46009fa6fd
4 years ago
Vivek Aithal
b16c806e9e
plannerd: add useLaneLines to lateralPlan ( #22699 )
...
* add laneless toggle in lateral plan message
* update cereal
* add refs
old-commit-hash: 2ea4feffb9
4 years ago
Willem Melching
8a0c57433e
navigation: use mapbox proxy server ( #22660 )
...
* use mapbox proxy
* remove MapboxToken param
* do not log jwt
* remove import
* move to staging url
* put has_prime in ui state
* logic was flipped
* Update selfdrive/ui/qt/maps/map.h
old-commit-hash: cca07c0c73
4 years ago
Willem Melching
efa265a720
Make BMX055 optional if MMC5603NJ present ( #22698 )
...
old-commit-hash: b078d8e425
4 years ago
Willem Melching
0f77dd4506
loggerd: set encodeIdx.valid if frame id is correct ( #22634 )
...
* loggerd: set encodeIdx.valid if frame id is correct
* check valid flag in test
* test cleanup
* bump cereal
old-commit-hash: 89f311714c
4 years ago
Willem Melching
c25d90772f
bump version to 0.8.11
...
old-commit-hash: c30bd052c3
4 years ago
Willem Melching
116ae68bdb
do not run on import
...
old-commit-hash: 59accdd814
4 years ago
Adeeb Shihadeh
05aa510c25
always show lane lines on HUD ( #22693 )
...
* always show lane lines on HUD
* update refs
old-commit-hash: f2b48a1803
4 years ago
qadmus
d56b3bd868
GM: Cleanup & format values.py ( #22671 )
...
* cleanup & format gm/values.py like toyota/values.py
* Units and notes
old-commit-hash: ca476650e9
4 years ago
Greg Hogan
466288eff0
ModelDataRaw struct part 4 ( #22673 )
...
* convert model data for leads to struct
* make things more consistent
* change names with path to plan
* consistent use of plural
old-commit-hash: 7bb13acc45
4 years ago
Adeeb Shihadeh
104ba7be84
updated: add a few missing type hints
...
old-commit-hash: 9ca16560e2
4 years ago
Adeeb Shihadeh
300294d0c6
temporarily disable per-core cpu usage check
...
old-commit-hash: 7394956a90
4 years ago
sshane
263b37364c
Quiet steer temp unavailable alert at standstill ( #22680 )
...
* only sound critical alert when not at standstill
* need to flip
* just change the one line
old-commit-hash: 82ad6642e2
4 years ago
HaraldSchafer
d50d9af755
e2e long planner: use position, speed and accel ( #22688 )
...
* a little bit more moderate
* cleaner
old-commit-hash: 7868baeac9
4 years ago
Adeeb Shihadeh
55cc85096e
count_events: handle missing logs
...
old-commit-hash: 4b4efead89
4 years ago
Adeeb Shihadeh
e05237f5a2
test_boardd: don't modify environment at import time
...
old-commit-hash: 93d87cdc6f
4 years ago
Adeeb Shihadeh
c9ebc1c442
move nose tests to unittest ( #22665 )
...
* move to unittest
* boardd loopback
* no more nose
* phone only
* fix panda decorator
old-commit-hash: b5960b9dc8
4 years ago
Dean Lee
6e0853986f
replay: use an enum for flags ( #22635 )
...
* enum flags
* continue
* remove yuv flag for now
old-commit-hash: af7dba9250
4 years ago
Adeeb Shihadeh
1d1c7e9c64
UI: increase camera view update frequency
...
old-commit-hash: 7f3904ee8e
4 years ago
Adeeb Shihadeh
f2e9540b73
UI: fix fcc.html when using QRC
...
old-commit-hash: 84d5adedd8
4 years ago
Vivek Aithal
b150ceffa4
locationd: Gyro bias initial covariance ( #22622 )
...
* reduce cam odo std multiplier
* increase gyro obs noise
* increase initial cov for gyro bias
old-commit-hash: 2006aa412e
4 years ago
Adeeb Shihadeh
1dc45f978d
camerad: allow core affinity setting to fail while offroad ( #22664 )
...
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: cd5bc565d3
4 years ago
Adeeb Shihadeh
e042ec84be
little sound tester
...
old-commit-hash: 4749815419
4 years ago
Adeeb Shihadeh
4e005ead0a
UI: don't block UI on vipc recv ( #22644 )
...
* UI: don't block UI on vipc recv
* use a timer
* move that
old-commit-hash: c4de1fef4f
4 years ago
Jason Young
eea6847ac0
VW MQB: Volkswagen Taos Mk1 ( #22653 )
...
* VW MQB: Volkswagen Taos Mk1
* add test route
old-commit-hash: 68333dce60
4 years ago